Type Alias DataOutPluginEvents

PluginManager 'getPluginEvents' / 'getPluginByEvent' return object format.

type DataOutPluginEvents = {
    events: string[];
    plugin: string;
}
Index

Properties

Properties

events: string[]

The event names registered.

plugin: string

The plugin name.