TinyBase logoTinyBase β

ValuesView

ValuesView(
  this: void,
  props: ValuesViewProps,
): {
  $on?: (type: string, callback: (e: any) => void): () => void;
  $set?: (props: Partial<ValuesViewProps>): void;
}
TypeDescription
thisvoid
propsValuesViewProps

The props passed to the component.

returns{ $on?: (type: string, callback: (e: any) => void): () => void; $set?: (props: Partial<ValuesViewProps>): void; }

Since

v8.1.0