TinyBase logoTinyBase β

ResultSortedTableView

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

The props passed to the component.

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

Since

v8.1.0