Feature flag decision result

Contains the decision result for a feature flag evaluation including activation status, reason, and parameters.

Constructors

Properties

Constructors

Properties

isOn: boolean

Whether the feature flag is enabled

reason: DecisionReason

The reason for the decision

parameters: {
    [key: string]: string | number | boolean;
}

Additional parameters associated with the decision