Skip to main content
Version: Next

WindowState type

Signature

export type WindowState = 'normal' | 'minimized' | 'maximized' | 'fullscreen';