Skip to content

trackkit / index / ResolvedAnalyticsOptions

Interface: ResolvedAnalyticsOptions

Defined in: types.ts:461

Internal

Internal resolved configuration after applying defaults and validation.

This is the normalised shape used internally by the analytics facade after processing user-provided AnalyticsOptions.

Properties

facade

facade: ResolvedFacadeOptions

Defined in: types.ts:465

Fully resolved facade options with all defaults applied.


provider

provider: ResolvedProviderOptions

Defined in: types.ts:470

Validated and normalised provider configuration.


dispatcher

dispatcher: ResolvedDispatcherOptions

Defined in: types.ts:475

Resolved dispatcher configuration.

Released under the MIT License.