FeatureFlag
Home > @backstage/core-plugin-api
> FeatureFlag
Feature flag descriptor.
Signature:
export type FeatureFlag = {
name: string;
pluginId: string;
description?: string;
};
Home > @backstage/core-plugin-api
> FeatureFlag
Feature flag descriptor.
Signature:
export type FeatureFlag = {
name: string;
pluginId: string;
description?: string;
};