연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
차단 > 아이콘 > MutatorIcon
icon.MutatorIcon 클래스
사용자가 블록의 모양을 변경할 수 있는 아이콘입니다.
예를 들어, 추가 필드나 입력을 블록에 추가하는 데 사용할 수 있습니다.
서명:
export declare class MutatorIcon extends Icon implements IHasBubble
확장: 아이콘
구현: IHasBubble
생성자
속성
속성 |
수정자 |
유형 |
설명 |
sourceBlock |
protected
readonly
|
BlockSvg |
|
유형 |
static
readonly
|
IconType<MutatorIcon> |
이 아이콘을 식별하는 데 사용되는 유형 문자열입니다. |
체중 |
static
readonly
|
(선언되지 않음) |
다른 아이콘과 비교하여 이 아이콘의 두께입니다. 양수의 가중치 값을 갖는 아이콘은 블록의 끝에 가까울수록 렌더링됩니다. |
메서드
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-11(UTC)
[null,null,["최종 업데이트: 2024-10-11(UTC)"],[[["The `MutatorIcon` class in Blockly is an icon that allows users to modify the shape of a block, such as adding fields or inputs."],["It extends the `Icon` class and implements the `IHasBubble` interface, providing functionality for displaying and managing a bubble."],["`MutatorIcon` includes properties like `sourceBlock`, `TYPE`, and `WEIGHT`, and methods like `applyColour`, `dispose`, and `onClick` for managing its appearance and behavior."],["This icon is specifically designed for use with mutator blocks, which are blocks that allow for more complex or customizable structures within Blockly workspaces."]]],[]]