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