ValuesViewProps
ValuesViewProps props are used for components that refer to all the Values in a Store, such as the ValuesView component.
{
store?: StoreOrStoreId;
separator?: Snippet<[]>;
debugIds?: boolean;
value?: Snippet<[valueId: Id]>;
}| Type | Description | |
|---|---|---|
store? | StoreOrStoreId | The |
separator? | Snippet<[]> | A component or string to separate each rendered |
debugIds? | boolean | Whether the component should also render the |
value? | Snippet<[valueId: Id]> | A snippet for rendering each |
Since
v8.1.0