Skip to content

PlayerHooks

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/tour-widget/src/player.ts

Lifecycle hooks the orchestrator subscribes to (all optional).

Properties

PropertyType
onStart(flow: CapturedFlow) => void
onStep(step: CapturedStep, index: number, found: boolean) => void
onComplete(flow: CapturedFlow) => void
onDismiss`(flow: CapturedFlow

Was this page helpful?

Download as PDF