ValueProps
ValueProps
props are used for components that refer to a single Value
in a Row
, such as the ValueView
component.
{
valueId: Id;
store?: StoreOrStoreId;
debugIds?: boolean;
}
Type | Description | |
---|---|---|
valueId | Id | |
store? | StoreOrStoreId | The |
debugIds? | boolean | Whether the component should also render the |
Since
v3.0.0