Skip to main content

Type Alias: ColOptions

ColOptions = GridOptions & object

Defined in: src/ui/layouts/Col.ts:8

A layout component used within a Grid to arrange child elements horizontally. The width of each column is determined by its weight property relative to the total weight of all columns in the same row.

Type Declaration

weight?

optional weight: number