Backstage
    Preparing search index...
    interface DynamicPluginsSchemasOptions {
        schemaLocator?: (pluginPackage: ScannedPluginPackage) => string;
    }
    Index

    Properties

    Properties

    schemaLocator?: (pluginPackage: ScannedPluginPackage) => string

    Function that returns the path to the Json schema file for a given scanned plugin package. The path is either absolute, or relative to the plugin package root directory.

    Default behavior is to look for the dist/configSchema.json relative path.

    Type Declaration