Skip to main content

WorkspaceStart

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new WorkspaceStart(uid)

Parameters

NameType
uidstring

Inherited from

EventBlock.constructor

Properties

uid

Readonly uid: string

Inherited from

EventBlock.uid

Methods

off

off(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

EventBlock.off


on

on(event, listener): WorkspaceStart

Parameters

NameType
event"triggered"
listener() => void

Returns

WorkspaceStart

Inherited from

EventBlock.on


reset

reset(): void

Returns

void


run

run(): void

Returns

void


test

test(): void

Returns

void