Skip to main content

Interface: PluginLoadingErrorEvent

Defined in: redux/headlampEventSlice.ts:281

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

Properties​

data​

data: object;

Defined in: redux/headlampEventSlice.ts:283

error​

error: Error;

The error that occurred while loading the plugin.

pluginInfo​

pluginInfo: object;

Information about the plugin.

pluginInfo.name​
name: string;

The name of the plugin.

pluginInfo.version​
version: string;

The version of the plugin.


type​

type: PLUGIN_LOADING_ERROR;

Defined in: redux/headlampEventSlice.ts:282