Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
блочно > комментарии > RenderedWorkspaceComment > startDrag
Начинает перетаскивание комментария.
Подпись:
startDrag(): void;
Возврат:
пустота
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-29 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-29 UTC."],[[["The `startDrag()` method initiates a drag operation on a rendered workspace comment."],["This method is part of the `Blockly.comments.RenderedWorkspaceComment` class and has no return value."],["Its primary purpose is to enable user interaction for dragging and repositioning comments within the Blockly workspace."]]],["The `startDrag()` method, part of the `RenderedWorkspaceComment` class within the `comments` namespace, initiates a drag operation on a comment. This method takes no arguments and returns nothing (void). Its core function is to begin the interactive process of dragging a comment within the workspace.\n"]]