blockly >BlocklyOptions >插件

BlocklyOptions.plugins 属性

Signature:

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