TinyBase logoTinyBase β

TablesViewProps

The TablesViewProps type describes the props of the TablesView component.

{
  store?: StoreOrStoreId;
  separator?: Snippet<[]>;
  debugIds?: boolean;
  table?: Snippet<[tableId: Id]>;
}
TypeDescription
store?StoreOrStoreId

The store prop of a TablesViewProps object.

separator?Snippet<[]>

The separator prop of a TablesViewProps object.

debugIds?boolean

The debugIds prop of a TablesViewProps object.

table?Snippet<[tableId: Id]>

The table snippet prop of a TablesViewProps object.

Since

v8.1.0