Stay organized with collections
Save and categorize content based on your preferences.
blockly > Gesture
Gesture class
Class for one gesture.
Signature:
export declare class Gesture
Constructors
Properties
Property |
Modifiers |
Type |
Description |
currentDropdownOwner |
|
Field | null |
The owner of the dropdownDiv when this gesture first starts. Needed because we'll close the dropdown before fields get to act on their events, and some fields care about who owns the dropdown. |
isEnding_ |
protected |
boolean |
Boolean used internally to break a cycle in disposal. |
startWorkspace_ |
protected |
WorkspaceSvg | null |
The workspace that the gesture started on. There may be multiple workspaces on a page; this is more accurate than using Blockly.common.getMainWorkspace(). |
Methods
Method |
Modifiers |
Description |
getCurrentDragger() |
|
Gets the current dragger if an item is being dragged. Null if nothing is being dragged. |
inProgress() |
static |
Is a drag or other gesture currently in progress on any workspace? |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-30 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]