Backstage
    Preparing search index...
    interface RootInstanceMetadataService {
        getInstalledPlugins: () => Promise<
            readonly RootInstanceMetadataServicePluginInfo[],
        >;
    }
    Index

    Properties

    getInstalledPlugins: () => Promise<
        readonly RootInstanceMetadataServicePluginInfo[],
    >