Type Alias: RowOptions
RowOptions =
GridOptions
&object
Defined in: src/ui/layouts/Row.ts:8
A layout component used within a Grid
to arrange child elements
vertically. The height of each row is determined by its weight
property
relative to the total weight of all rows in the grid.
Type Declaration
weight?
optional
weight:number