Interface TransitionStartEventInterface

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

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

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.

Generated using TypeDoc