Micrio Client - v6.0.0
    Preparing search index...

    Type Alias MicrioStateJSON

    Represents the entire serializable state of a Micrio instance.

    type MicrioStateJSON = {
        c: ImageState[];
        id: string;
        m?: HTMLMediaElement;
        t?: [string, number?, string?];
    }
    Index

    Properties

    Properties

    Array containing the state of each individual image canvas.

    id: string

    The ID of the currently active main image.

    m?: HTMLMediaElement

    Reference to the currently active HTMLMediaElement (unused?).

    t?: [string, number?, string?]

    Optional information about the currently active tour [tourId, currentTime?, pausedState?].