Type Alias DataOutPluginEnabled

DataOutPluginEnabled: {
    enabled: boolean;
    loaded: boolean;
    plugin: string;
}

PluginManager 'getEnabled' return object format.

Type declaration

  • enabled: boolean

    The enabled state of the plugin.

  • loaded: boolean

    True if the plugin is actually loaded.

  • plugin: string

    The plugin name.