CustomEvaluationContext
CustomEvaluationContext
Context for custom evaluation of feature flags. This allows for more flexible evaluation based on custom logic or external data. The identify function can be a direct object or a function that returns the entities.
-
Type: { identify: E | CustomEvaluationFunction<E> }