TinyBase logoTinyBase β

IndexViewProps

The IndexViewProps type describes the props of the IndexView component.

{
  indexId: Id;
  indexes?: IndexesOrIndexesId;
  separator?: Snippet<[]>;
  debugIds?: boolean;
  slice?: Snippet<[sliceId: Id]>;
}
TypeDescription
indexIdId

The indexId prop of an IndexViewProps object.

indexes?IndexesOrIndexesId

The indexes prop of an IndexViewProps object.

separator?Snippet<[]>

The separator prop of an IndexViewProps object.

debugIds?boolean

The debugIds prop of an IndexViewProps object.

slice?Snippet<[sliceId: Id]>

The slice snippet prop of an IndexViewProps object.

Since

v8.1.0