LoadConfigOptionsWatch
Home > @backstage/config-loader
> LoadConfigOptionsWatch
Warning: This API is now obsolete.
Use ConfigSources.default() instead.
Signature:
export type LoadConfigOptionsWatch = {
onChange: (configs: AppConfig[]) => void;
stopSignal?: Promise<void>;
};
References: AppConfig