Popover interface state type

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

Properties

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