TinyBase logoTinyBase β

SliceViewProps

The SliceViewProps type describes the props of the SliceView component.

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

The indexId prop of a SliceViewProps object.

sliceIdId

The sliceId prop of a SliceViewProps object.

indexes?IndexesOrIndexesId

The indexes prop of a SliceViewProps object.

separator?Snippet<[]>

The separator prop of a SliceViewProps object.

debugIds?boolean

The debugIds prop of a SliceViewProps object.

row?Snippet<[rowId: Id]>

The row snippet prop of a SliceViewProps object.

Since

v8.1.0