Table of Contents
Enumerations #
Name | Values |
---|
This class exposes no enumerations.
Constants #
Name | Type | Value |
---|
This class exposes no constants.
Events #
Definition | Parameters | Return Type | Description |
---|---|---|---|
DragEnter | item as GraffitiDragItem | None | Raised when the user’s drag operation enters an initialized target. |
DragExit | item as GraffitiDragItem | None | Raised when user’s drag operation exits an initialized target. |
Drop | item as GraffitiDragItem | None | Raised when user drops a valid source on a valid target. |
data as JSONItem |
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Initialize | item as GraffitiDragItem | None | Called with a valid GraffitiDragItem will setup the specified source and target to allow drag and drop operations. |
Properties #
Name | Type | Default Value | Description |
---|
This class exposes no properties.
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.