TinyBase logoTinyBase β

CheckpointView

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

The props passed to the component.

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

Since

v8.1.0