Skip to main content

EngineAction

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EngineAction(uid)

Parameters

NameType
uidstring

Overrides

EventEmitter.constructor

Properties

uid

Readonly uid: string

Methods

close

close(): void

Close the input and event handler

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


pause

pause(): void

Returns

void


play

play(): void

Returns

void


stop

stop(): void

Returns

void