three-story-controls

Home > three-story-controls > ExitPOIsEvent

ExitPOIsEvent interface

Event: Fired when attempting to go the the next/previous point of interest, but none exists Fired on StoryPointsControls and PathPointsControls. controls.addEventListener('ExitPOIs', ...)

Signature:

export interface ExitPOIsEvent 

Properties

Property Type Description
exitFrom ‘start’ | ‘end’  
type ‘ExitPOIs’