TablesViewProps
The TablesViewProps type describes the props of the TablesView component.
{
store?: StoreOrStoreId;
separator?: Snippet<[]>;
debugIds?: boolean;
table?: Snippet<[tableId: Id]>;
}| Type | Description | |
|---|---|---|
store? | StoreOrStoreId | The |
separator? | Snippet<[]> | The |
debugIds? | boolean | The |
table? | Snippet<[tableId: Id]> | The |
Since
v8.1.0