Skip to main content

Interface: EventConfig

Extends

Properties

__auto?

optional __auto: true;

Inherited from

BaseConfig.__auto


__module?

optional __module: string;

Inherited from

BaseConfig.__module


__path?

optional __path: string;

Inherited from

BaseConfig.__path


__plugin?

optional __plugin: object;
NameType
namestring
pathstring

Inherited from

BaseConfig.__plugin


description?

optional description: string;

Inherited from

BaseConfig.description


disabled?

optional disabled: boolean;

Inherited from

BaseConfig.disabled


frequency?

optional frequency: "always" | "once";

serverOnly?

optional serverOnly: string | string[];

Inherited from

BaseConfig.serverOnly


timeout?

optional timeout: number;

Inherited from

BaseConfig.timeout