ब्लॉकले > BlocklyOptions > प्लग-इन

BlocklyOptions.plugins प्रॉपर्टी

हस्ताक्षर:

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