TinyBase logoTinyBase

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;
}
TypeDescription
valueIdId

The Id of the Value in the Row to be rendered.

store?StoreOrStoreId

The Store to be accessed: omit for the default context Store, provide an Id for a named context Store, or provide an explicit reference.

debugIds?boolean

Whether the component should also render the Id of the Value to assist with debugging.

Since

v3.0.0