mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Merge pull request #1120 from leesei/issue-1080
update doc for `$.Button`
This commit is contained in:
commit
7b7672ef96
@ -61,7 +61,7 @@ $.ButtonState = {
|
||||
* @memberof OpenSeadragon
|
||||
* @extends OpenSeadragon.EventSource
|
||||
* @param {Object} options
|
||||
* @param {Element} [options.element=null] Element to use as the button. If not specified, an HTML <button> element is created.
|
||||
* @param {Element} [options.element=null] Element to use as the button. If not specified, an HTML <div> element is created.
|
||||
* @param {String} [options.tooltip=null] Provides context help for the button when the
|
||||
* user hovers over it.
|
||||
* @param {String} [options.srcRest=null] URL of image to use in 'rest' state.
|
||||
|
Loading…
Reference in New Issue
Block a user