Interface: PluginLoadingErrorEvent
Event fired when there is an error while loading a plugin.
Properties
data
data: object;
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.
Defined in
src/redux/headlampEventSlice.ts:222
type
type: PLUGIN_LOADING_ERROR;