TablesViewProps
TablesViewProps props are used for components that refer to all the Tables in a Store, such as the TablesView component.
{
store?: StoreOrStoreId;
separator?: Snippet<[]>;
debugIds?: boolean;
table?: Snippet<[tableId: Id]>;
}| Type | Description | |
|---|---|---|
store? | StoreOrStoreId | The |
separator? | Snippet<[]> | A component or string to separate each rendered |
debugIds? | boolean | Whether the component should also render the |
table? | Snippet<[tableId: Id]> | A snippet for rendering each |
Since
v8.1.0