PluginLocator: {
    name: string;
    searchDir: string;
}

Type declaration

  • name: string

    the filename of the plugin minus any path and suffix.

    ex: "my-custom-plugin"

  • searchDir: string

    the root directory from which to start searching for the plugin file.

    ex: "./node_modules/path/to/plugin/"

Generated using TypeDoc