We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bcd77 commit 9c201e9Copy full SHA for 9c201e9
types/scratch-vm.d.ts
@@ -1549,7 +1549,7 @@ declare class VM extends EventEmitter<VM.VirtualMachineEventMap> {
1549
setStageSize(width: number, height: number): void;
1550
setInEditor(inEditor: boolean): void;
1551
convertToPackagedRuntime(): void;
1552
- addAddonBlock(): void;
+ addAddonBlock(addonBlock: VM.AddonBlockOptions): void;
1553
getAddonBlock(procedureCode: string): VM.AddonBlock;
1554
storeProjectOptions(): void;
1555
enableDebug(): string;
0 commit comments