()
| 230 | }; |
| 231 | |
| 232 | static get onSaveScreenshot(): (slotKey: string, blob: Blob) => Promise<string> { |
| 233 | return this._onSaveScreenshot; |
| 234 | } |
| 235 | |
| 236 | static set onSaveScreenshot(callback: (slotKey: string, blob: Blob) => Promise<string>) { |
| 237 | this._onSaveScreenshot = callback; |