ValuesViewProps
The ValuesViewProps type describes the props of the ValuesView component.
{
store?: StoreOrStoreId;
separator?: Snippet<[]>;
debugIds?: boolean;
value?: Snippet<[valueId: Id]>;
}| Type | Description | |
|---|---|---|
store? | StoreOrStoreId | The |
separator? | Snippet<[]> | The |
debugIds? | boolean | The |
value? | Snippet<[valueId: Id]> | The |
Since
v8.1.0