TinyBase logoTinyBase β

ForwardCheckpointsView

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

The props passed to the component.

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

Since

v8.1.0