type WidgetSourceResizable = boolean | "horizontal" | "vertical" | "both" | { horizontal: boolean; minHeight: number; minWidth: number; vertical: boolean }
Type Aliases
WidgetSourceResizable
Builder resize behavior declared by a source widget.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Builder resize behavior declared by a source widget.
type WidgetSourceResizable = boolean | "horizontal" | "vertical" | "both" | { horizontal: boolean; minHeight: number; minWidth: number; vertical: boolean }