Skip to content

CallbackErrorInfo

Defined in: ErrorBoundary.ts:7

Identifies what threw, for the log message and the error snapshot.

optional entity?: string

Defined in: ErrorBoundary.ts:11

Owning or emitting entity name, when known.


optional event?: string

Defined in: ErrorBoundary.ts:15

Event, action, or token name, when known.


kind: string

Defined in: ErrorBoundary.ts:9

Human label for the kind of callback, e.g. “Collision handler”.


optional scene?: string

Defined in: ErrorBoundary.ts:13

Scene name, when known.