Skip to content

trackkit / dispatcher/types / RawDispatcherOptions

Type Alias: RawDispatcherOptions

RawDispatcherOptions = Partial<Pick<DispatcherOptions, "transportMode" | "defaultHeaders">> & object

Defined in: dispatcher/types.ts:446

Internal

Partial dispatcher options as provided by external callers.

Used internally for merging user options with defaults.

See DispatcherOptions

Type Declaration

batching?

optional batching: Partial<BatchingOptions>

connection?

optional connection: Partial<ConnectionOptions>

performance?

optional performance: Partial<PerformanceOptions>

resilience?

optional resilience: Partial<ResilienceOptions>

Released under the MIT License.