Skip to main content

EventBlock

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EventBlock(uid)

Parameters

NameType
uidstring

Overrides

EventEmitter.constructor

Properties

uid

Readonly uid: string

Methods

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