TinyBase logoTinyBase β

CellView

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

The props passed to the component.

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

Since

v8.1.0