блочно > Параметры > MoveOptions
Интерфейс Options.MoveOptions
Подпись:
interface MoveOptions
Характеристики
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-08 UTC.
[null,null,["Последнее обновление: 2025-01-08 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"]]