目录

WindowButtonType

The type of the window button.

type WindowButtonType =
  'close' |
  'minimize' |
  'maximize' |
  'restore' |
  'zoom';

Types 

'close' 

The close button.

'minimize' 

The minimize button.

'maximize' 

The maximize button (Linux and Windows only).

'restore' 

The restore button (Linux and Windows only).

'zoom' 

The zoom button (macOS only).