封鎖 >一般 >defineBlocksWithJsonArray
Common.defineBlocksWithJsonArray() 函式
從 JSON 區塊定義陣列中定義區塊,因為 Blockly 開發人員工具可能會產生這個區塊。
Signature:
export declare function defineBlocksWithJsonArray(jsonArray: any[]): void;
參數
參數 | 類型 | 說明 |
---|---|---|
jsonArray | 任何 [] | JSON 區塊定義陣列。 |
傳回:
void