Skip to main content

ControlBlock

Hierarchy

Table of contents

Control Constructors

Properties

Methods

Control Constructors

constructor

new ControlBlock(uid)

Parameters

NameType
uidstring

Overrides

EventEmitter.constructor

Properties

uid

Readonly uid: string

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