Skip to content

trackkit / dispatcher/types / ResolvedDispatcherOptions

Interface: ResolvedDispatcherOptions

Defined in: dispatcher/types.ts:459

Internal

Fully resolved dispatcher options with all defaults applied.

See DispatcherOptions

Extends

Properties

transportMode

transportMode: TransportMode

Defined in: dispatcher/types.ts:401

Low-level strategy to use for sending events.

Defaults to 'smart', which adapts to ad-blockers and your resilience configuration. See TransportMode for full semantics.

Inherited from

DispatcherOptions.transportMode


defaultHeaders

defaultHeaders: Record<string, string | undefined>

Defined in: dispatcher/types.ts:407

Default HTTP headers applied to every outgoing request before provider-specific headers.

Inherited from

DispatcherOptions.defaultHeaders


batching

batching: ResolvedBatchingOptions

Defined in: dispatcher/types.ts:461


connection

connection: ResolvedConnectionOptions

Defined in: dispatcher/types.ts:462


performance

performance: ResolvedPerformanceOptions

Defined in: dispatcher/types.ts:463


resilience

resilience: ResolvedResilienceOptions

Defined in: dispatcher/types.ts:464

Released under the MIT License.