Skip to main content

EngineEvent

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new EngineEvent(type, opts, uid)

Parameters

NameType
typeEventType
optsCronOpts | SolarEventOpts | TimeOpts
uidstring

Overrides

EventEmitter.constructor

Properties

opts

Readonly opts: KeyValue


type

Readonly type: EventType


uid

Readonly uid: string

Accessors

getHandler

get getHandler(): any

Returns

any

Methods

close

close(): void

Returns

void


off

off(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

EventEmitter.off


on

on(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

EventEmitter.on