# AutoEvent

**Kind:** Type

**Source:** [`atloria-monorepo/packages/tour-widget/src/targeting.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/tour-widget/src/targeting.ts#L16)

How an `auto`-mode experience fires. Mirrors the server's TourTrigger.autoEvent.

## Definition

```ts
'load' | 'click' | 'element-visible' | 'time-delay'
```
