Type Alias DataOutPluginEnabled

PluginManager 'getEnabled' return object format.

type DataOutPluginEnabled = {
    enabled: boolean;
    loaded: boolean;
    plugin: string;
}
Index

Properties

Properties

enabled: boolean

The enabled state of the plugin.

loaded: boolean

True if the plugin is actually loaded.

plugin: string

The plugin name.