차단 > BlocklyOptions > 플러그인

BlocklyOptions.plugins 속성

서명:

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