blockly > BlocklyOptions > plugins

BlocklyOptions.plugins property

Signature:

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