Kind: Interface
Source: atloria-monorepo/packages/tour-widget/src/player.ts
Lifecycle hooks the orchestrator subscribes to (all optional).
Properties
| Property | Type |
|---|---|
onStart | (flow: CapturedFlow) => void |
onStep | (step: CapturedStep, index: number, found: boolean) => void |
onComplete | (flow: CapturedFlow) => void |
onDismiss | `(flow: CapturedFlow |
Was this page helpful?