Skip to main content

Type Alias: GridChildProps

GridChildProps = object

Defined in: packages/react/src/jsx.ts:409

Props for positioning children within a GtkGrid.

See

GridChild for usage

Properties

children?

optional children: ReactNode

Defined in: packages/react/src/jsx.ts:411

Content to place in the grid cell


column?

optional column: number

Defined in: packages/react/src/jsx.ts:413

Column index (0-based)


columnSpan?

optional columnSpan: number

Defined in: packages/react/src/jsx.ts:417

Number of columns to span


row?

optional row: number

Defined in: packages/react/src/jsx.ts:415

Row index (0-based)


rowSpan?

optional rowSpan: number

Defined in: packages/react/src/jsx.ts:419

Number of rows to span