연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
차단 > 드래그 > BlockDragStrategy
Drag.BlockDragStrategy 클래스
서명:
export declare class BlockDragStrategy implements IDragStrategy
구현: IDragStrategy
생성자
생성자 |
수정자 |
설명 |
(생성자)(차단) |
|
BlockDragStrategy 클래스의 새 인스턴스를 생성합니다. |
메서드
메서드 |
수정자 |
설명 |
drag(newLoc) |
|
블록을 이동하고 모든 연결 미리보기를 업데이트합니다. |
endDrag() |
|
드래그가 종료될 때 모든 상태를 정리합니다. 대기 중인 연결을 모두 적용합니다. |
isMovable() |
|
블록을 현재 이동할 수 있는 경우 true를 반환합니다. 일치하지 않는다면 false입니다. |
revertDrag() |
|
연결을 다시 연결하는 등 블록을 드래그 시작 시 있던 위치로 다시 이동합니다. |
startDrag(e) |
|
상위 블록에서 블록의 연결 해제를 포함하여 드래그를 시작하기 위한 모든 설정을 처리합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-21(UTC)
[null,null,["최종 업데이트: 2024-08-21(UTC)"],[[["The `BlockDragStrategy` class manages the dragging behavior of blocks within Blockly."],["It provides methods for initiating, performing, and concluding drag operations, including handling connections and preview updates."],["This class ensures that block movement and interactions during dragging are handled correctly, including reverting to the original position if necessary."],["It implements the `IDragStrategy` interface, providing a consistent approach to drag-and-drop interactions within Blockly."]]],[]]