필드는 블록의 대부분의 UI 요소를 정의하는 데 사용됩니다. 필드의 예로는 문자열 라벨, 이미지, 문자열 및 숫자와 같은 리터럴 데이터의 입력, 날짜 선택기 및 각도 선택기와 같은 리치 편집기가 있습니다. 필드의 가장 간단한 예는 math_number 블록입니다. 이 블록은 field_number를 사용하여 사용자가 숫자를 입력할 수 있도록 합니다.
Blockly는 다양한 사용자 입력을 처리하기 위해 기본적으로 여러 필드를 제공합니다.
필드별 구성 또는 유효성 검사기를 통해 맞춤설정할 수 있습니다. 유효성 검사기는 표준 편집기에서 특정 콘텐츠를 처리하는 방법을 필드에 알려줍니다.
[[["이해하기 쉬움","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-25(UTC)"],[],["Fields define UI elements on blocks, including labels, images, and data inputs like strings, numbers, date, and angles. Blockly offers built-in fields customizable through configuration or validators. For unique needs, users can develop custom fields. The documentation details built-in fields, validators, field anatomy, and custom field creation. If you want to show meta-information about a block, use an icon.\n"]]