연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
연결 및 입력
연결 및 입력은 블록이 다른 블록에 연결될 수 있는 방법을 정의합니다.
연결
연결은 여러 블록이 함께 연결될 수 있는 위치와 시기를 정의합니다. 연결에는 네 가지 유형이 있습니다.
출력 연결과 입력 연결은 함께 연결될 수 있고, 다음 연결과 이전 연결은 함께 연결될 수 있습니다.
연결 확인을 설정하여 연결할 수 있는 연결을 더 제한할 수 있습니다.
또한 맞춤 렌더기를 사용하여 연결 모양을 맞춤설정할 수 있습니다.
입력에는 일련의 필드가 포함되며 연결이 포함되거나 포함되지 않을 수 있습니다. 기본 제공 입력에는 세 가지 유형이 있으며, Blockly 사용 사례의 대부분을 처리합니다. 맞춤 렌더링을 지원하는 맞춤 입력을 정의할 수도 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
[null,null,["최종 업데이트: 2023-12-02(UTC)"],[[["Connections dictate how blocks interact, with four types: output, input, previous, and next, allowing for specific block linkages."],["Inputs are comprised of fields and may include a connection, with three built-in types for common uses and the option to create custom inputs for specialized needs."],["Connection checks and custom renderers offer further customization options for controlling block connections and appearances."]]],["Blocks connect via defined connections and inputs. Connections, including output, input, previous, and next, dictate how blocks link; output connects to input, and next to previous. Connection compatibility can be limited using connection checks. Inputs contain fields and may have connections. There are three built-in input types, with options for custom inputs and rendering. Connection shapes can also be customized.\n"]]