CheckpointView
CheckpointView(
this: void,
props: CheckpointViewProps,
): {
$on?: (type: string, callback: (e: any) => void): () => void;
$set?: (props: Partial<CheckpointViewProps>): void;
}| Type | Description | |
|---|---|---|
this | void | |
props | CheckpointViewProps | The props passed to the component. |
| returns | { $on?: (type: string, callback: (e: any) => void): () => void; $set?: (props: Partial<CheckpointViewProps>): void; } |
Since
v8.1.0