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

    Interface PopoverType

    Popover interface state type

    interface PopoverType {
        contentPage?: Menu;
        gallery?: Models.Assets.Image[];
        galleryStart?: string;
        image?: MicrioImage;
        marker?: Marker;
        markerTour?: MarkerTour;
        showLangSelect?: boolean;
    }
    Index

    Properties

    contentPage?: Menu
    gallery?: Models.Assets.Image[]
    galleryStart?: string
    image?: MicrioImage
    marker?: Marker
    markerTour?: MarkerTour
    showLangSelect?: boolean