Skip to main content

Type Alias: FixedChildProps

FixedChildProps = object

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

Props for positioning children within a GtkFixed.

See

FixedChild for usage

Properties

children?

optional children: ReactNode

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

Content to place in the fixed container


transform?

optional transform: Gsk.Transform

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

3D transform to apply to the child (perspective, rotation, etc.)


x?

optional x: number

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

X coordinate in pixels


y?

optional y: number

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

Y coordinate in pixels