Skip to content

@gtkx/react / FixedChildProps

Type Alias: FixedChildProps

FixedChildProps = object

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

Props for positioning children within a GtkFixed.

Used by GtkFixed.Child compound component.

Properties

children?

optional children?: ReactNode

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

Content to place in the fixed container


transform?

optional transform?: Gsk.Transform

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

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


x?

optional x?: number

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

X coordinate in pixels


y?

optional y?: number

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

Y coordinate in pixels