Contents

VibrancyEffect

The vibrancy effect of the window on macOS.

type VibrancyEffect =
  'none' |
  'titlebar' |
  'selection' |
  'menu' |
  'popover' |
  'sidebar' |
  'headerView' |
  'sheet' |
  'windowBackground' |
  'hudWindow' |
  'fullScreenUi' |
  'tooltip' |
  'contentBackground' |
  'underWindowBackground' |
  'underPageBackground';

Types 

'none' 

No vibrancy effect.

'titlebar' 

The effect for a window’s titlebar.

'selection' 

The effect used to indicate a selection.

The effect used in menus.

'popover' 

The effect for the background of popover windows.

The effect for the background of window sidebars.

'headerView' 

The effect for in-line header or footer views.

'sheet' 

The effect for the background of sheet windows.

'windowBackground' 

The effect for the background of opaque windows.

'hudWindow' 

The effect for the background of heads-up display (HUD) windows.

'fullScreenUi' 

The effect for the background of a full-screen modal interface.

'tooltip' 

The effect for the background of a tool tip.

'contentBackground' 

The effect for the background of opaque content.

'underWindowBackground' 

The effect to show under a window’s background.

'underPageBackground' 

The effect for the area behind the pages of a document.