SliceViewProps
SliceViewProps props are used for components that refer to a single Slice in an Index object, such as the SliceView component.
{
indexId: Id;
sliceId: Id;
indexes?: IndexesOrIndexesId;
separator?: Snippet<[]>;
debugIds?: boolean;
row?: Snippet<[rowId: Id]>;
}| Type | Description | |
|---|---|---|
indexId | Id | |
sliceId | Id | |
indexes? | IndexesOrIndexesId | The |
separator? | Snippet<[]> | A component or string to separate each rendered |
debugIds? | boolean | Whether the component should also render the |
row? | Snippet<[rowId: Id]> | A snippet for rendering each |
Since
v8.1.0