TinyBase logoTinyBase β

ForwardCheckpointsView

ForwardCheckpointsView(
  this: void,
  internals: Brand<"ComponentInternals">,
  props: ForwardCheckpointsViewProps,
): {
  $on?: (type: string, callback: (e: any) => void): () => void;
  $set?: (props: Partial<ForwardCheckpointsViewProps>): void;
}
TypeDescription
thisvoid
internalsBrand<"ComponentInternals">
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

element

The custom element version of the component. Only present if compiled with the customElement compiler option Read more.

z_$$bindings

Does not exist at runtime, for typing capabilities only. DO NOT USE Read more.