Type Alias DataOutPluginRemoved

DataOutPluginRemoved: {
    errors: Error[];
    plugin: string;
    success: boolean;
}

PluginManager 'remove' return object format.

Type declaration

  • errors: Error[]

    A list of errors that may have been thrown during removal.

  • plugin: string

    The plugin name.

  • success: boolean

    The success state for removal.