Skip to main content

EngineMonitor

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EngineMonitor(uid)

Parameters

NameType
uidstring

Inherited from

EventEmitter.constructor

Properties

uid

Readonly uid: string

Methods

close

close(): void

Close the monitor and event handler

Returns

void


off

off(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

EventEmitter.off


on

on(event, listener): EngineMonitor

On receives data

Parameters

NameType
event"received"
listener(data: KeyValue) => void

Returns

EngineMonitor

Inherited from

EventEmitter.on

on(event, listener): EngineMonitor

Use [UID]_status for specific status of sub item

Parameters

NameType
eventstring
listener(data: KeyValue) => void

Returns

EngineMonitor