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

    Class Main

    HTMLMicrioElement state controller (micrio.state)

    Manages the global application state associated with the main <micr-io> element. Provides stores for reactive UI updates.

    Index
    marker: Writable<Marker> = ...

    Writable store holding the marker object currently opened in the main active image, or undefined if none is open.

    markerHoverId: Writable<string> = ...

    Writable store holding the ID of the marker currently being hovered over.

    popover: Writable<PopoverType> = ...

    Writable store holding the data for the currently displayed popover (custom page or gallery). See Models.State.PopoverType.

    popup: Writable<Marker> = ...

    Writable store holding the marker object whose popup is currently displayed.

    Writable store holding the currently active tour object (VideoTour or MarkerTour), or undefined if no tour is active.