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

    Namespace Models

    Micrio JSON data model

    This page details the data models used by Micrio.

    This data is created in the Micrio editor, and published as static JSON file per image, and optionally any language-specific data such as image markers, tours, audio, etc.

    Each Micrio image uses two data sources, which are retrieved from the Micrio servers:

    1. ImageInfo: info.json: the base image data such as resolution, image type, and basic image settings. This is accessible in JS as MicrioImage.info as the Readable store, and MicrioImage.$info for its current value.

    2. ImageData: pub.json: all published image content, which is accessible in JS as MicrioImage.data as the Writable store, and MicrioImage.$data for its current value.

    Namespaces

    Assets
    Attributes
    Camera
    Canvas
    Embeds
    Grid
    ImageData
    ImageInfo
    Omni
    Spaces
    State

    Interfaces

    Album
    AlbumInfo
    MicrioEventDetails

    Type Aliases

    I18n
    MicrioEvent
    MicrioEventMap
    RevisionType