mirror of
https://github.com/konvajs/konva.git
synced 2025-07-15 14:04:30 +08:00
![]() The name field of a shape or element currently only supports a single name, but the find selector mimics css which supports multiple class names per node. This enhancement allows the name field to also support multiple names. For example you could name a circle: 'red circle' and a square: 'red square', and now stage.find('.red') will return both elements, but stage.find('.square') will return just the square. |
||
---|---|---|
.. | ||
filters | ||
plugins | ||
shapes | ||
Animation.js | ||
BaseLayer.js | ||
Canvas.js | ||
Container.js | ||
Context.js | ||
DragAndDrop.js | ||
Factory.js | ||
FastLayer.js | ||
Global.js | ||
Group.js | ||
Layer.js | ||
Node.js | ||
Shape.js | ||
Stage.js | ||
Tween.js | ||
Util.js |