Stay organized with collections
Save and categorize content based on your preferences.
blockly > Flyout > dragAngleRange_
Flyout.dragAngleRange_ property
Range of a drag angle from a flyout considered "dragging toward workspace". Drags that are within the bounds of this many degrees from the orthogonal line to the flyout edge are considered to be "drags toward the workspace".
Signature:
protected dragAngleRange_: number;
Example
Flyout Edge Workspace
[block] / <-within this angle, drags "toward workspace" |
[block] ---- orthogonal to flyout boundary ---- |
[block] \ |
The angle is given in degrees from the orthogonal.
This is used to know when to create a new block and when to scroll the flyout. Setting it to 360 means that all drags create a new block.
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."],[[["`dragAngleRange_` determines the angle range within which dragging a block from the flyout is considered \"dragging toward the workspace\"."],["Drags within this angle range trigger the creation of a new block, while drags outside this range scroll the flyout."],["Setting `dragAngleRange_` to 360 degrees forces all drags to create new blocks, regardless of the drag angle."],["This property helps differentiate between dragging to create a new block and dragging to scroll within the flyout."]]],[]]