Research Survey: Tell us about your experience with Blockly
Start survey
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() |
|
Returns the current dragger if the gesture is a drag. |
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 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],[]]