Skip to content

autoEventOf

reference
1 min readUpdated

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

ts
function autoEventOf(exp: WidgetExperience): AutoEvent

Parameters

NameType
expWidgetExperience

Returns: AutoEvent

Was this page helpful?

Download as PDF