PluginData: {
manager: {
eventPrepend: string;
scopedName: string;
};
module: object;
plugin: {
name: string;
options: object;
target: string;
targetEscaped: string;
type: string;
};
}
Type declaration
manager: {
eventPrepend: string;
scopedName: string;
}
eventPrepend: string
scopedName: string
module: object
plugin: {
name: string;
options: object;
target: string;
targetEscaped: string;
type: string;
}
name: string
options: object
target: string
targetEscaped: string
type: string
PluginManager plugin data object describes a loaded plugin.