EventCaller
Defined in: .build/typescript/packages/core/src/global/settings/event-caller.ts:8
EventCaller is used to track the caller of an event.
Properties
Section titled “Properties”
readonly
id:`$\{string\}-$\{string\}-$\{string\}-$\{string\}-$\{string\}`
Defined in: .build/typescript/packages/core/src/global/settings/event-caller.ts:9
caller
Section titled “caller”
readonly
caller:unknown
Defined in: .build/typescript/packages/core/src/global/settings/event-caller.ts:12
parent
Section titled “parent”
readonly
parent:null
|EventCaller
Defined in: .build/typescript/packages/core/src/global/settings/event-caller.ts:13
Accessors
Section titled “Accessors”computedCallers
Section titled “computedCallers”Get Signature
Section titled “Get Signature”get computedCallers():
unknown
[]
Defined in: .build/typescript/packages/core/src/global/settings/event-caller.ts:18
Returns
Section titled “Returns”unknown
[]
Methods
Section titled “Methods”create()
Section titled “create()”
static
create(caller
,parent
):EventCaller
Defined in: .build/typescript/packages/core/src/global/settings/event-caller.ts:32
Parameters
Section titled “Parameters”caller
Section titled “caller”unknown
parent
Section titled “parent”null
| EventCaller
Returns
Section titled “Returns”EventCaller