Contents

LookAroundErrorEvent

A custom event object that contains information about the error when starting a Look Around view.

Declaration

type LookAroundErrorEvent = CustomEvent<{
    type: LookAroundErrorType;
    message: string;
}>;

Discussion

The event object describes the error with a LookAroundErrorType value and a message.

See Also

Events and event properties