Skip to main content

EngineChannel

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EngineChannel(name, opts?)

Parameters

NameType
namestring
opts?KeyValue

Overrides

EventEmitter.constructor

Properties

name

Readonly name: string


uid

Readonly uid: string

Methods

close

close(): void

Close the input and event handler

Returns

void


includeSelf

includeSelf(): boolean

Returns

boolean


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


send

send(data, tags?): void

Parameters

NameType
dataany
tags?string[]

Returns

void