Skip to main content

Interface: IPulseProviderConfiguration

Defined in: src/providers/react/types/provider-configuration.ts:46

Injection configuration for the Pulse analytics provider.

Properties

config

config: Record<string, unknown>

Defined in: src/providers/react/types/provider-configuration.ts:50

Configuration object forwarded to PulseProvider


PulseProvider

PulseProvider: ComponentType<IConfigurableProviderProps>

Defined in: src/providers/react/types/provider-configuration.ts:48

Pulse provider component


usePulseContext

usePulseContext: () => IPulseContextValue

Defined in: src/providers/react/types/provider-configuration.ts:52

Hook that reads the Pulse context from inside PulseProvider

Returns

IPulseContextValue