Interface: PluginLoadingErrorEvent

    plugin/registry .PluginLoadingErrorEvent

    Event fired when there is an error while loading a plugin.

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    error Error The error that occurred while loading the plugin.
    pluginInfo { name: string ; version: string } Information about the plugin.
    pluginInfo.name string The name of the plugin.
    pluginInfo.version string The version of the plugin.

    Defined in

    redux/headlampEventSlice.ts:206


    type

    type: PLUGIN_LOADING_ERROR

    Defined in

    redux/headlampEventSlice.ts:205