An enumeration of possible events for web-sdk providers.

Enumeration Members

ConfigurationChanged: "PROVIDER_CONFIGURATION_CHANGED"

The flag configuration in the source-of-truth has changed.

ContextChanged: "PROVIDER_CONTEXT_CHANGED"

The context associated with the provider has changed, and the provider has reconciled it's associated state.

Error: "PROVIDER_ERROR"

The provider is in an error state.

Ready: "PROVIDER_READY"

The provider is ready to evaluate flags.

Reconciling: "PROVIDER_RECONCILING"

The context associated with the provider has changed, and the provider has not yet reconciled its associated state.

Stale: "PROVIDER_STALE"

The provider's cached state is no longer valid and may not be up-to-date with the source of truth.

Generated using TypeDoc