TinyBase logoTinyBase β

ValueView

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

The props passed to the component.

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

Since

v8.1.0