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