|
1 | | -// Type definitions for Electron 13.0.0-beta.26 |
| 1 | +// Type definitions for Electron 13.0.0-beta.27 |
2 | 2 | // Project: http://electronjs.org/ |
3 | 3 | // Definitions by: The Electron Team <https://github.com/electron/electron> |
4 | 4 | // Definitions: https://github.com/electron/electron-typescript-definitions |
@@ -12248,11 +12248,9 @@ See webContents.sendInputEvent for detailed description of `event` object. |
12248 | 12248 | * Add a type of vibrancy effect to the window, only on macOS. Can be |
12249 | 12249 | * `appearance-based`, `light`, `dark`, `titlebar`, `selection`, `menu`, `popover`, |
12250 | 12250 | * `sidebar`, `medium-light`, `ultra-dark`, `header`, `sheet`, `window`, `hud`, |
12251 | | - * `fullscreen-ui`, `tooltip`, `content`, `under-window`, or `under-page`. Please |
12252 | | - * note that using `frame: false` in combination with a vibrancy value requires |
12253 | | - * that you use a non-default `titleBarStyle` as well. Also note that |
12254 | | - * `appearance-based`, `light`, `dark`, `medium-light`, and `ultra-dark` are |
12255 | | - * deprecated and have been removed in macOS Catalina (10.15). |
| 12251 | + * `fullscreen-ui`, `tooltip`, `content`, `under-window`, or `under-page`. Please |
| 12252 | + * note that `appearance-based`, `light`, `dark`, `medium-light`, and `ultra-dark` |
| 12253 | + * are deprecated and have been removed in macOS Catalina (10.15). |
12256 | 12254 | */ |
12257 | 12255 | vibrancy?: ('appearance-based' | 'light' | 'dark' | 'titlebar' | 'selection' | 'menu' | 'popover' | 'sidebar' | 'medium-light' | 'ultra-dark' | 'header' | 'sheet' | 'window' | 'hud' | 'fullscreen-ui' | 'tooltip' | 'content' | 'under-window' | 'under-page'); |
12258 | 12256 | /** |
|
0 commit comments