Interface: ViewerNavigableEvent
viewer.ViewerNavigableEvent
Interface for navigable viewer events.
#
Hierarchy↳
ViewerNavigableEvent
#
Properties#
navigable• navigable: boolean
The navigable state indicates if the viewer supports
moving, i.e. calling the moveTo
and moveDir
methods. The viewer will not be in a navigable state if the cover
is activated and the viewer has been supplied a id. When the cover
is deactivated or activated without being supplied a id it will
be navigable.
#
Defined inviewer/events/ViewerNavigableEvent.ts:15
#
target• target: IViewer
The viewer object that fired the event.
#
Inherited from#
Defined inviewer/events/ViewerEvent.ts:11
#
type• type: "navigable"
The event type.