Type Alias DataOutPluginEnabled
DataOutPluginEnabled : {
enabled: boolean;
loaded: boolean;
plugin: string;
}
enabled: boolean;
loaded: boolean;
plugin: string;
}
Type declaration
enabled: boolean
The enabled state of the plugin.
loaded: boolean
True if the plugin is actually loaded.
plugin: string
The plugin name.
PluginManager 'getEnabled' return object format.