Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ReviewInterfaceEventType

Top-level event types raised by IReviewInterfaceApi

Index

Enumeration members

Activated

Activated: = "activated"

ApiReady

ApiReady: = "apiready"

Event raised when the API is ready for use

CanDeactivate

CanDeactivate: = "candeactivate"

CanTeardown

CanTeardown: = "canteardown"

Deactivated

Deactivated: = "deactivated"

Ready

Ready: = "ready"

Event raised when IViewerService.mainCollection has been bootstrapped and the first document has been loaded into the active {@link IViewerInstance} At this point the viewer instance's API can be used and an item is being shown to the user. Note: If a navigation is requested before the initial queue item is loaded, this event will be raised before an item is shown to the user.

Teardown

Teardown: = "teardown"