blockly > BlocklyOptions > प्लगिन

BlocklyOptions.प्लगिन प्रॉपर्टी

हस्ताक्षर:

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