ValueViewProps
The ValueViewProps type describes the props of the ValueView component.
{
valueId: Id;
store?: StoreOrStoreId;
debugIds?: boolean;
}| Type | Description | |
|---|---|---|
valueId | Id | The |
store? | StoreOrStoreId | The |
debugIds? | boolean | The |
Since
v8.1.0