Interfaces

Classes

BaseLink
BezierLink
BezierLink
Capsule
CapsuleGroup
CapsuleVertical
CapsuleVerticalGroup
Diamond
DiamondGroup
DiamondVertical
DiamondVerticalGroup
ERLayout
ERNode
ERProperty
EventAdapter
Group
GroupTemplate
Icon
Instance
InstanceStack
JFlow
JFlowEvent
LinearLayout
Link
LowcodeLayout
Node
Point
PolyLink
PolyLink
Rectangle
Rhombus
RhombusGroup
ShadowDom
Text

Mixins

LayoutMixin
MessageMixin
StackMixin

Events


contextclick

点击事件(冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:
Overrides:

dblclick

右键事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dragenter

dragenter 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragenter的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragleave

dragleave 退出事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragleave的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragover

dragover 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragover的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

drop

丢在线上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

link BaseLink

目标连线

jflow JFlow

当前JFlow对象

belongs Group | JFlow

连线所在的绘图栈的对象

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标


drop

拖动到线上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

link BaseLink

目标连线

jflow JFlow

当前JFlow对象

belongs Group | JFlow

连线所在的绘图栈的对象


mouseenter

鼠标移入事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

mouseleave

鼠标移出事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

contextclick

点击事件(冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dblclick

右键事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dragenter

dragenter 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragenter的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragleave

dragleave 退出事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragleave的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragover

dragover 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragover的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

drop

丢在线上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

link BaseLink

目标连线

jflow JFlow

当前JFlow对象

belongs Group | JFlow

连线所在的绘图栈的对象

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:
Overrides:

mouseenter

鼠标移入事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

mouseleave

鼠标移出事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

contextclick

点击事件(冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡


contextclick

右键事件(冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡


dblclick

右键事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡


dragenter

dragenter 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragenter的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)


dragleave

dragleave 退出事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragleave的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)


dragover

dragover 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragover的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)


mouseenter

鼠标移入事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象


mouseleave

鼠标移出事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象


canvasmousemove

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象


contextclick

点击事件

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置


contextclick

右键事件

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置


drop

丢在主图上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标


pressEnd

拖动后放置到主图上的事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Instance

拖动的对象

jflow JFlow

当前JFlow对象


zoompan

缩放平移事件


contextclick

点击事件(冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dblclick

右键事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dragenter

dragenter 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragenter的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragleave

dragleave 退出事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragleave的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragover

dragover 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragover的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

drop

丢在线上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

link BaseLink

目标连线

jflow JFlow

当前JFlow对象

belongs Group | JFlow

连线所在的绘图栈的对象

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:
Overrides:

mouseenter

鼠标移入事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

mouseleave

鼠标移出事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点


contextclick

点击事件(冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:
Overrides:

dblclick

右键事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dragenter

dragenter 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragenter的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragleave

dragleave 退出事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragleave的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragover

dragover 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragover的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标


instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象


instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡


canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象


mouseenter

鼠标移入事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

mouseleave

鼠标移出事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡


pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象


afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

contextclick

点击事件(冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dblclick

右键事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dragenter

dragenter 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragenter的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragleave

dragleave 退出事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragleave的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragover

dragover 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragover的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

mouseenter

鼠标移入事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

mouseleave

鼠标移出事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

contextclick

点击事件(冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dblclick

右键事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Instance

右键对象

jflow JFlow

当前JFlow对象

topLayerPoint Array.<number>

jflow坐标系上的位置

bubbles Boolean

冒泡

Inherited From:

dragenter

dragenter 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragenter的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragleave

dragleave 退出事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragleave的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

dragover

dragover 进入事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

dragover的对象

target target

drag 携带的对象(特指从外面拖进canvas的对象)

Inherited From:

drop

丢在线上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

link BaseLink

目标连线

jflow JFlow

当前JFlow对象

belongs Group | JFlow

连线所在的绘图栈的对象

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:
Overrides:

mouseenter

鼠标移入事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

mouseleave

鼠标移出事件

Type: object
Properties:
Name Type Description
instance Instance

移入的对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From:

afterResolveMovingTarget

开始拖拽时,拖拽对象设置之前

Type: object
Properties:
Name Type Description
event Event

原始事件

jflow JFlow

当前JFlow对象

target Node

目标节点

Inherited From:

change

文字改变事件

Type: object
Properties:
Name Type Description
target Text

当前文字对象

oldVal String

原始文字

val String

当前文字


drop

丢在节点上事件

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Object

拖动的对象

jflow JFlow

当前JFlow对象

target Node

目标节点

point Array.<number>

已经计算到绘图栈对应坐标系下的坐标

Inherited From:

instancemousemove

instance mousemove 原生事件,仅在无拖拽时触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

原始事件

jflow JFlow

当前JFlow对象

Inherited From:

instancePressStart

开始拖动对象事件(就是目标对象的拖动事件,事件支持冒泡)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

bubbles Boolean

冒泡

Inherited From:

canvas mousemove 原生事件

Type: object
Properties:
Name Type Description
event Event

原始事件

target Node

原始事件

payload object

传入的消息

jflow JFlow

当前JFlow对象 - 当前JFlow对象

Inherited From:

pressEnd

拖动后放置到 Instance 上的事件,由被拖动到的对象触发

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

target Instance

拖动到的对象

bubbles boolean

冒泡

Inherited From:

pressStart

开始拖动组的事件(特指lock的顶层组)

Type: object
Properties:
Name Type Description
event Event

原始事件

instance Node

拖动的对象

jflow JFlow

当前JFlow对象

Inherited From: