blockly >选项 >插件

Options.plugins 属性

Signature:

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