New to Kendo UI for Angular? Start a free 30-day trial
WindowState
Updated on Oct 31, 2025
Represents the possible states of the Window component.
type WindowState = "minimized" | "maximized" | "default";