CallbackErrorRecord
Defined in: ErrorBoundary.ts:19
A recorded failure, readable via Inspector.getErrors().callbackErrors.
Extends
Section titled “Extends”Properties
Section titled “Properties”entity?
Section titled “entity?”
optionalentity?:string
Defined in: ErrorBoundary.ts:11
Owning or emitting entity name, when known.
Inherited from
Section titled “Inherited from”error:
string
Defined in: ErrorBoundary.ts:20
event?
Section titled “event?”
optionalevent?:string
Defined in: ErrorBoundary.ts:15
Event, action, or token name, when known.
Inherited from
Section titled “Inherited from”kind:
string
Defined in: ErrorBoundary.ts:9
Human label for the kind of callback, e.g. “Collision handler”.
Inherited from
Section titled “Inherited from”scene?
Section titled “scene?”
optionalscene?:string
Defined in: ErrorBoundary.ts:13
Scene name, when known.