mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-01 21:06:12 +03:00
Documentation addition for viewer.world
This commit is contained in:
parent
cd0a4aee16
commit
1024a2e1d8
1 changed files with 5 additions and 0 deletions
|
@ -152,6 +152,11 @@ $.Viewer = function( options ) {
|
|||
* @memberof OpenSeadragon.Viewer#
|
||||
*/
|
||||
drawer: null,
|
||||
/**
|
||||
* Keeps track of all of the tiled images in the scene.
|
||||
* @member {OpenSeadragon.Drawer} world
|
||||
* @memberof OpenSeadragon.Viewer#
|
||||
*/
|
||||
world: null,
|
||||
/**
|
||||
* Handles coordinate-related functionality - zoom, pan, rotation, etc. Created for each TileSource opened.
|
||||
|
|
Loading…
Add table
Reference in a new issue