GroupEvents
Defined in: src/shapes/Group.ts:49
Extends
Section titled “Extends”Properties
Section titled “Properties”added:
object
Defined in: src/EventTypeDefs.ts:325
target
Section titled “target”target:
Canvas
|Group
|StaticCanvas
<StaticCanvasEvents
>
Inherited from
Section titled “Inherited from”contextmenu
Section titled “contextmenu”contextmenu:
SimpleEventHandler
<Event
>
Defined in: src/EventTypeDefs.ts:308
Inherited from
Section titled “Inherited from”contextmenu:before
Section titled “contextmenu:before”contextmenu:before:
SimpleEventHandler
<Event
>
Defined in: src/EventTypeDefs.ts:307
Inherited from
Section titled “Inherited from”ObjectEvents
.contextmenu:before
deselected
Section titled “deselected”deselected:
Partial
<TEvent
<TPointerEvent
>> &object
Defined in: src/EventTypeDefs.ts:320
Type declaration
Section titled “Type declaration”target
Section titled “target”target:
FabricObject
Inherited from
Section titled “Inherited from”drag:
DragEventData
Defined in: src/EventTypeDefs.ts:218
Inherited from
Section titled “Inherited from”dragend
Section titled “dragend”dragend:
DragEventData
Defined in: src/EventTypeDefs.ts:222
Inherited from
Section titled “Inherited from”dragenter
Section titled “dragenter”dragenter:
DragEventData
&InEvent
Defined in: src/EventTypeDefs.ts:220
Inherited from
Section titled “Inherited from”dragleave
Section titled “dragleave”dragleave:
DragEventData
&OutEvent
Defined in: src/EventTypeDefs.ts:221
Inherited from
Section titled “Inherited from”dragover
Section titled “dragover”dragover:
DragEventData
Defined in: src/EventTypeDefs.ts:219
Inherited from
Section titled “Inherited from”dragstart
Section titled “dragstart”dragstart:
TEventWithTarget
<DragEvent
>
Defined in: src/EventTypeDefs.ts:217
Inherited from
Section titled “Inherited from”drop:
DropEventData
Defined in: src/EventTypeDefs.ts:224
Inherited from
Section titled “Inherited from”drop:after
Section titled “drop:after”drop:after:
DropEventData
Defined in: src/EventTypeDefs.ts:225
Inherited from
Section titled “Inherited from”drop:before
Section titled “drop:before”drop:before:
DropEventData
Defined in: src/EventTypeDefs.ts:223
Inherited from
Section titled “Inherited from”erasing:end
Section titled “erasing:end”erasing:end:
object
Defined in: src/EventTypeDefs.ts:329
path:
FabricObject
Inherited from
Section titled “Inherited from”layout:after
Section titled “layout:after”layout:after:
LayoutAfterEvent
Defined in: src/shapes/Group.ts:51
layout:before
Section titled “layout:before”layout:before:
LayoutBeforeEvent
Defined in: src/shapes/Group.ts:50
modified
Section titled “modified”modified:
ModifiedEvent
Defined in: src/EventTypeDefs.ts:138
Inherited from
Section titled “Inherited from”modifyPath
Section titled “modifyPath”modifyPath:
BasicTransformEvent
<TPointerEvent
> &ModifyPathEvent
Defined in: src/EventTypeDefs.ts:137
Inherited from
Section titled “Inherited from”modifyPoly
Section titled “modifyPoly”modifyPoly:
BasicTransformEvent
Defined in: src/EventTypeDefs.ts:136
Inherited from
Section titled “Inherited from”mousedblclick
Section titled “mousedblclick”mousedblclick:
TPointerEventInfo
<TPointerEvent
>
Inherited from
Section titled “Inherited from”mousedown
Section titled “mousedown”mousedown:
TPointerEventInfo
<TPointerEvent
> &TPointerEventInfo
<TPointerEvent
> &object
Type declaration
Section titled “Type declaration”alreadySelected
Section titled “alreadySelected”alreadySelected:
boolean
Indicates if the target or current target where already selected before the cycle of mouse down -> mouse up started
Inherited from
Section titled “Inherited from”mousedown:before
Section titled “mousedown:before”mousedown:before:
TPointerEventInfo
<TPointerEvent
>
Inherited from
Section titled “Inherited from”mousemove
Section titled “mousemove”mousemove:
TPointerEventInfo
<TPointerEvent
>
Inherited from
Section titled “Inherited from”mousemove:before
Section titled “mousemove:before”mousemove:before:
TPointerEventInfo
<TPointerEvent
>
Inherited from
Section titled “Inherited from”mouseout
Section titled “mouseout”mouseout:
TPointerEventInfo
<TPointerEvent
> &OutEvent
Inherited from
Section titled “Inherited from”mouseover
Section titled “mouseover”mouseover:
TPointerEventInfo
<TPointerEvent
> &InEvent
Inherited from
Section titled “Inherited from”mousetripleclick
Section titled “mousetripleclick”mousetripleclick:
TPointerEventInfo
<TPointerEvent
>
Inherited from
Section titled “Inherited from”mouseup
Section titled “mouseup”mouseup:
TPointerEventInfo
<TPointerEvent
> &object
Type declaration
Section titled “Type declaration”currentSubTargets
Section titled “currentSubTargets”currentSubTargets:
FabricObject
<Partial
<FabricObjectProps
>,SerializedObjectProps
,ObjectEvents
>[]
The subtargets at the moment of mouseup that could be different from the target at the moment of mouse down in case of a drag action for example
currentTarget?
Section titled “currentTarget?”
optional
currentTarget:FabricObject
<Partial
<FabricObjectProps
>,SerializedObjectProps
,ObjectEvents
>
The targets at the moment of mouseup that could be different from the target at the moment of mouse down in case of a drag action for example
isClick
Section titled “isClick”isClick:
boolean
Inherited from
Section titled “Inherited from”mouseup:before
Section titled “mouseup:before”mouseup:before:
TPointerEventInfo
<TPointerEvent
> &object
Type declaration
Section titled “Type declaration”currentSubTargets
Section titled “currentSubTargets”currentSubTargets:
FabricObject
<Partial
<FabricObjectProps
>,SerializedObjectProps
,ObjectEvents
>[]
The subtargets at the moment of mouseup that could be different from the target at the moment of mouse down in case of a drag action for example
currentTarget?
Section titled “currentTarget?”
optional
currentTarget:FabricObject
<Partial
<FabricObjectProps
>,SerializedObjectProps
,ObjectEvents
>
The targets at the moment of mouseup that could be different from the target at the moment of mouse down in case of a drag action for example
isClick
Section titled “isClick”isClick:
boolean
Inherited from
Section titled “Inherited from”mousewheel
Section titled “mousewheel”mousewheel:
TPointerEventInfo
<WheelEvent
>
Inherited from
Section titled “Inherited from”moving
Section titled “moving”moving:
BasicTransformEvent
Defined in: src/EventTypeDefs.ts:131
Inherited from
Section titled “Inherited from”object:added
Section titled “object:added”object:added:
object
Defined in: src/EventTypeDefs.ts:250
target
Section titled “target”target:
FabricObject
Inherited from
Section titled “Inherited from”object:removed
Section titled “object:removed”object:removed:
object
Defined in: src/EventTypeDefs.ts:251
target
Section titled “target”target:
FabricObject
Inherited from
Section titled “Inherited from”CollectionEvents
.object:removed
removed
Section titled “removed”removed:
object
Defined in: src/EventTypeDefs.ts:326
target
Section titled “target”target:
Canvas
|Group
|StaticCanvas
<StaticCanvasEvents
>
Inherited from
Section titled “Inherited from”resizing
Section titled “resizing”resizing:
BasicTransformEvent
Defined in: src/EventTypeDefs.ts:135
Inherited from
Section titled “Inherited from”rotating
Section titled “rotating”rotating:
BasicTransformEvent
Defined in: src/EventTypeDefs.ts:133
Inherited from
Section titled “Inherited from”scaling
Section titled “scaling”scaling:
BasicTransformEvent
Defined in: src/EventTypeDefs.ts:132
Inherited from
Section titled “Inherited from”selected
Section titled “selected”selected:
Partial
<TEvent
<TPointerEvent
>> &object
Defined in: src/EventTypeDefs.ts:317
Type declaration
Section titled “Type declaration”target
Section titled “target”target:
FabricObject
Inherited from
Section titled “Inherited from”skewing
Section titled “skewing”skewing:
BasicTransformEvent
Defined in: src/EventTypeDefs.ts:134