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