Number of existing IViewerCollections
The main viewer collection
This is the viewer collection that occupies the main slot in the UI. When the Review Interface is bootstrapped, this is the first collection created.
Retrieves a viewer collection by ID
Collection ID
Viewer collection with the given ID
Unregisters an event handler
Event to unregister from
Event handler function. If not passed in, it removes all event handlers.
Boolean indicating if the event handler was registered as a one-time event handler (Defaults to false)
Registers an event handler
Event to listen for
Event handler function
Registers an event handler that is only run once
Event to listen for
Event handler function
Removes a viewer collection
Collection ID
Boolean indicating whether or not the collection was removed
Entity for managing IViewerCollections