the union of all possible feature flag keys.
E.g. 'useV2ui' | 'useNewPaymentGateway' | ...
the union of all expected props on the user identifier object.
E.g. 'organization' | 'email' | ...
the fetched feature flag values
The function to identify the current user for the purpose of fetching the correct feature flags. This is helpful if you are segmenting flag rollouts for specific groups of users.
whether the feature flags are loading
Generated using TypeDoc
The working context of the feature flag system