Framework
EventConfig
Interface: EventConfig
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
__plugin? | { name: string; path: string; } | Plugin that provides this handler (set during plugin manifest merge) | BaseConfig.__plugin |
__plugin.name | string | - | - |
__plugin.path | string | - | - |
description? | string | - | BaseConfig.description |
disabled? | boolean | - | BaseConfig.disabled |
frequency? | "always" | "once" | - | - |
timeout? | number | - | BaseConfig.timeout |
