Interface: PluginsLoadedEvent

    plugin/registry .PluginsLoadedEvent

    Event fired when all plugins are loaded.

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    plugins { isEnabled: boolean ; name: string ; version: string }[] The list of loaded plugins.

    Defined in

    redux/headlampEventSlice.ts:224


    type

    type: PLUGINS_LOADED

    Defined in

    redux/headlampEventSlice.ts:223