調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >ドラッグ >CommentDragStrategy >endDrag
署名:
endDrag(): void;
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["This method is part of Blockly's dragging namespace and specifically deals with the CommentDragStrategy class, handling the end of a drag operation for comments."],["When called, `endDrag()` finalizes the dragging process of a Blockly comment, typically by positioning it at its new location and updating the workspace."],["The function does not return any value (void) and is primarily concerned with the side effects of concluding the drag action."]]],[]]