NavVis IVION API
    Preparing search index...

    Interface TransitionEndEventInterface

    Event information about the end of a transition to a new location

    interface TransitionEndEventInterface {
        image?: ImageInterface;
        poiEntity?: PoiInterface;
        previousImage?: ImageInterface;
        siteModelEntity?: SiteModelEntityInterface;
    }
    Index

    Properties

    Image at target location

    poiEntity?: PoiInterface

    Optional POI if the transition was originally triggered by one.

    previousImage?: ImageInterface

    Image where the transition started

    siteModelEntity?: SiteModelEntityInterface

    Optional site model entity if the transition was originally triggered by one.