차단 > 일반 > defineBlocksWithJsonArray
common.defineBlocksWithJsonArray() 함수
Blockly 개발자 도구에서 생성될 수 있는 JSON 블록 정의 배열에서 블록을 정의합니다.
서명:
export declare function defineBlocksWithJsonArray(jsonArray: any[]): void;
매개변수
매개변수 | 유형 | 설명 |
---|---|---|
jsonArray | 모두[] | JSON 블록 정의의 배열입니다. |
반환:
void