Type Alias: GridOptions
GridOptions =
ViewOptions
&object
Defined in: src/ui/layouts/Grid.ts:24
A layout container that arranges child views in a grid-like
structure. It provides helper methods like addRow()
and addCol()
to
declaratively build complex layouts. Children are positioned based on the
order they are added and their respective weight
properties.
Type Declaration
weight?
optional
weight:number