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

    Class Image

    MicrioImage state controller (micrioImage.state)

    Manages the state specific to a single MicrioImage instance, primarily its viewport and currently opened marker.

    Index

    Properties

    Accessors

    Properties

    layer: Writable<number> = ...

    Writable Svelte store holding the currently displayed layer index (for Omni objects).

    marker: Writable<string | Marker> = ...

    Writable Svelte store holding the currently active marker within this specific image. Can be set with a marker ID string or a full marker object. Setting to undefined closes the marker.

    view: Writable<CameraArray> = ...

    Writable Svelte store holding the current viewport [centerX, centerY, width, height] of this image.

    Accessors