Skip to main content

Type Alias: GridChildProps

GridChildProps = VirtualSlotProps & object

Defined in: jsx.ts:132

Props for positioning children within a GtkGrid.

Type Declaration

NameTypeDescriptionDefined in
column?numberColumn index (0-based)jsx.ts:134
columnSpan?numberNumber of columns to spanjsx.ts:138
row?numberRow index (0-based)jsx.ts:136
rowSpan?numberNumber of rows to spanjsx.ts:140

See

GridChild for usage