mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
find returns Collection
This commit is contained in:
@@ -87,6 +87,7 @@
|
|||||||
* @method
|
* @method
|
||||||
* @memberof Kinetic.Container.prototype
|
* @memberof Kinetic.Container.prototype
|
||||||
* @param {String} selector
|
* @param {String} selector
|
||||||
|
* @returns {Collection}
|
||||||
* @example
|
* @example
|
||||||
* // select node with id foo<br>
|
* // select node with id foo<br>
|
||||||
* var node = stage.find('#foo');<br><br>
|
* var node = stage.find('#foo');<br><br>
|
||||||
|
|||||||
Reference in New Issue
Block a user