FeatureFlagsHooks
Home > @backstage/core-plugin-api
> FeatureFlagsHooks
Interface for registering feature flags hooks.
Signature:
export type FeatureFlagsHooks = {
register(name: string): void;
};
Home > @backstage/core-plugin-api
> FeatureFlagsHooks
Interface for registering feature flags hooks.
Signature:
export type FeatureFlagsHooks = {
register(name: string): void;
};