blockly > common > defineBlocksWithJsonArray

Common.defineBlocksWithJsonArray() 함수

Blockly 개발자 도구에서 생성할 수 있는 JSON 블록 정의 배열에서 블록을 정의합니다.

Signature:

export declare function defineBlocksWithJsonArray(jsonArray: any[]): void;

매개변수

매개변수 유형 설명
jsonArray 모든[] JSON 블록 정의의 배열입니다.

반환:

void