Skip to main content

Interface: PluginLoadingErrorEvent

Defined in: redux/headlampEventSlice.ts:263

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

Properties

data

data: object;

Defined in: redux/headlampEventSlice.ts:265

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:264