Stay organized with collections
Save and categorize content based on your preferences.
blockly > Options > MoveOptions
Options.MoveOptions interface
Signature:
interface MoveOptions
Properties
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."],[[["The `MoveOptions` interface defines options for controlling the movement of workspace elements."],["It includes properties like `drag`, `scrollbars`, and `wheel` to customize dragging, scrolling behavior, and zoom functionality."],["These properties accept boolean values or, in the case of `scrollbars`, a `ScrollbarOptions` object for more detailed configuration."]]],["The `MoveOptions` interface defines settings for workspace movement in Blockly. It includes three properties: `drag`, `scrollbars`, and `wheel`. `drag` and `wheel` are boolean values, controlling whether dragging and mouse wheel interactions are enabled. `scrollbars` can be a boolean or a `ScrollbarOptions` interface, managing scrollbar visibility and behavior. These properties allow for customized control over user navigation within the Blockly workspace.\n"]]