연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
blockly > blockRendering > InputRow
하나 이상의 입력이 있는 행에 대한 정보를 포함하는 객체입니다.
서명:
export declare class InputRow extends Row
확장: 행
생성자
생성자 |
수정자 |
설명 |
(생성자)(상수) |
|
InputRow 클래스의 새 인스턴스를 생성합니다. |
속성
메서드
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-15(UTC)
[null,null,["최종 업데이트: 2024-10-15(UTC)"],[[["The `blockRendering.InputRow` class, extending the `Row` class, stores information about a row containing one or more inputs in a Blockly block."],["It includes properties like `connectedBlockWidths`, representing the total width of connected blocks, and methods like `measure()` for size calculations and `endsWithElemSpacer()` for layout checks."],["This class is crucial for organizing and rendering input elements within Blockly blocks, ensuring proper alignment and visual representation."]]],[]]