Optional
Readonly
hooksA provider hook exposes a mechanism for provider authors to register hooks to tap into various stages of the flag evaluation lifecycle. These hooks can be used to perform side effects and mutate the context for purposes of the provider. Provider hooks are not configured or controlled by the application author.
Readonly
metadataGet metadata about registered provider.
Provider Metadata
Resolve a boolean flag and its evaluation details.
Resolve a numeric flag and its evaluation details.
Resolve and parse an object flag and its evaluation details.
Resolve a string flag and its evaluation details.
Generated using TypeDoc
Interface that providers must implement to resolve flag values for their particular backend or vendor.
Implementation for resolving all the required flag types must be defined.