@vowel.to/client / index / ControlledAdaptersOptions
Interface: ControlledAdaptersOptions
Defined in: lib/vowel/adapters/helpers.ts:130
Options for creating controlled adapters (traditional sites)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
channelName? | string | BroadcastChannel name for communication Default: 'vowel-control' | lib/vowel/adapters/helpers.ts:135 |
routes? | VowelRoute[] | Optional: Array of routes | lib/vowel/adapters/helpers.ts:140 |
enableAutomation? | boolean | Enable automation (default: true) Set to false to disable page interaction | lib/vowel/adapters/helpers.ts:146 |