Kind: Function
Source: atloria-monorepo/packages/tour-widget/src/targeting.ts
WHEN an auto experience fires. 'load' (the default) shows on page-load/route change; 'click' / 'element-visible' / 'time-delay' defer until the visitor acts (the orchestrator wires the DOM listener/observer/timer). Beacon and launcher modes are user-initiated and never carry an autoEvent.
Signature
tsfunction autoEventOf(exp: WidgetExperience): AutoEvent
Parameters
| Name | Type |
|---|---|
exp | WidgetExperience |
Returns: AutoEvent
Was this page helpful?