EventListenerBuilder
Defined in: builder/event.ts:65
Represents a listener; logic that is triggered and executed when the event is triggered.
Extends
Section titled “Extends”Properties
Section titled “Properties”
readonlykey:string
Defined in: builder/event.ts:66
readonlyprn:string
Defined in: builder/index.ts:32
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”setDescription()
Section titled “setDescription()”setDescription(
description):this
Defined in: builder/index.ts:33
Parameters
Section titled “Parameters”description
Section titled “description”string
Returns
Section titled “Returns”this
Inherited from
Section titled “Inherited from”toDefinition()
Section titled “toDefinition()”toDefinition():
EventListenerDefinition
Defined in: builder/event.ts:71
Returns the definition structure of this event listener.