Type Alias: GridChildProps
GridChildProps =
VirtualSlotProps&object
Defined in: jsx.ts:132
Props for positioning children within a GtkGrid.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
column? | number | Column index (0-based) | jsx.ts:134 |
columnSpan? | number | Number of columns to span | jsx.ts:138 |
row? | number | Row index (0-based) | jsx.ts:136 |
rowSpan? | number | Number of rows to span | jsx.ts:140 |
See
GridChild for usage