Optional afterOptional hookHints: Readonly<Record<string, unknown>>Optional beforeRuns before flag values are resolved from the provider. If an EvaluationContext is returned, it will be merged with the pre-existing EvaluationContext.
Optional hookHints: Readonly<Record<string, unknown>>Optional errorRuns in the event of an unhandled error or promise rejection during flag resolution, or any attached hooks.
Optional hookHints: Readonly<Record<string, unknown>>Optional finallyRuns after all other hook stages, regardless of success or error. Errors thrown here are unhandled by the client and will surface in application code.
Optional hookHints: Readonly<Record<string, unknown>>Generated using TypeDoc
Runs after flag values are successfully resolved from the provider.