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 |
|
Feature flag active (enabled). |
|
None |
|
Feature flag inactive (disabled). |