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

    Implemented by

    Index

    Properties

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