TinyBase logoTinyBase β

RowView

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

The props passed to the component.

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

Since

v8.1.0