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]>;
}| Type | Description | |
|---|---|---|
indexId | Id | The |
sliceId | Id | The |
indexes? | IndexesOrIndexesId | The |
separator? | Snippet<[]> | The |
debugIds? | boolean | The |
row? | Snippet<[rowId: Id]> | The |
Since
v8.1.0