Annotations API
Context Menu API
Viewer Content Key Cache Manager
Application version information
Viewer API
Viewer Content Key Cache Manager
Registers an event handler on the Review Interface API
If the ReviewInterfaceEventType.ApiReady or ReviewInterfaceEventType.Ready event has already fired, event handlers for these event types will be invoked immediately.
api.on("ready", () => {
// do something here
});
Event type to register the listener for
Event handler
Reference to the API object
Review Interface Public API Contract