Skip to main content

FeatureFlagState

Home > @backstage/core-plugin-api > FeatureFlagState

Enum representing the state of a feature flag (inactive/active).

Signature:

enum FeatureFlagState 

Enumeration Members

Member

Value

Description

Active

1

Feature flag active (enabled).

None

0

Feature flag inactive (disabled).