Skip to content

UI

基础元素(所有元素的基类)。

🎞️ 元素数据

id / name

id     tag     name     className     innerId     innerName

parent / leafer

parent     leafer

数据 / 克隆

data     proxyData     clone()

路径数据

getPath()     getPathString()     path

导入导出

export()     toJSON()     toString

移除 / 销毁

remove()     destroy()

📐 元素布局

定位 / 布局

position     size     scale     flip()     rotation     skew

偏移 / resize

offset     resize

围绕中心

origin     around

包围盒 / 变换

bounds     transform

坐标转换

坐标转换     快速转换

层叠 / 放置

zIndex     dropTo()

🏼 元素外观

透明 / 可见性

opacity

visible

填充 / 描边

fill     stroke

渐变 / 图像

linear     radial     angular     solid     image

内外阴影

shadow     innerShadow

裁剪 / 擦除

clip     mask     eraser

混合模式

blendMode

🖱 元素交互

可交互性

hittable     hitChildren     hitSelf     hitFill     hitStroke

编辑 / 拖拽

editable     draggable

光标样式

cursor

交互状态

state     hover     press     focus     selected     disabled

事件处理

on() / once()     off()     emit()     命名     捕获/冒泡     模拟交互

🐆 元素动画

动画

animation     animate()

过渡

transition

运动路径

motionPath     motion     getMotionTotal()     getMotionPoint()

🪜 元素高级

限制拖动范围

dragBounds

强制渲染

forceUpdate()     forceRender()     nextRender()

查找拾取

find()     findOne()     pick()

自定义属性

changeAttr()     addAttr()

Released under the MIT License.