FeatureFlagsApi.isActive()
Home > @backstage/core-plugin-api
> FeatureFlagsApi
> isActive
Whether the feature flag with the given name is currently activated for the user.
Signature:
isActive(name: string): boolean;
Parameters
Parameter |
Type |
Description |
---|---|---|
name |
string |
boolean