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