ブロックする >BlocklyOptions >プラグイン

BlocklyOptions.plugins プロパティ

署名:

plugins?: {
        [key: string]: (new (...p1: any[]) => any) | string;
    };