Skip to main content

Delay

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Delay(uid, opts?)

Parameters

NameType
uidstring
opts?KeyValue

Overrides

ControlBlock.constructor

Properties

uid

Readonly uid: string

Inherited from

ControlBlock.uid

Methods

cancel

cancel(): void

Cancel the delay

Returns

void


close

close(): void

Returns

void

Overrides

ControlBlock.close


off

off(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

ControlBlock.off


on

on(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

ControlBlock.on


start

start(): void

Start the delay

Returns

void