Skip to main content

SolarEvent

Hierarchy

  • Cron

    SolarEvent

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SolarEvent(uid, opts)

Parameters

NameType
uidstring
optsSolarEventOpts

Overrides

Cron.constructor

Properties

uid

Readonly uid: string

Inherited from

Cron.uid

Methods

close

close(): void

Returns

void

Inherited from

Cron.close


off

off(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

Cron.off


on

on(event, listener): SolarEvent

Parameters

NameType
event"triggered"
listener() => void

Returns

SolarEvent

Inherited from

Cron.on