Contents

LookAroundReadyState

Values that indicate the state of the Look Around object in the browser.

Declaration

const LookAroundReadyState: Readonly<{
    readonly Loading: "loading";
    readonly Complete: "complete";
    readonly Error: "error";
    readonly Destroyed: "destroyed";
}>

Topics

Look Around object states

Type Aliases

See Also

Getting information about the Look Around object and its state