Skip to main content

Type Alias: GridChildProps

GridChildProps = VirtualSlotProps & object

Defined in: jsx.ts:86

Props for positioning children within a GtkGrid.

Type Declaration

NameTypeDescriptionDefined in
column?numberColumn index (0-based)jsx.ts:88
columnSpan?numberNumber of columns to spanjsx.ts:92
row?numberRow index (0-based)jsx.ts:90
rowSpan?numberNumber of rows to spanjsx.ts:94

See

GridChild for usage