@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?
optionalchildren?:ReactNode
Defined in: packages/react/src/jsx.ts:403
Content to place in the fixed container
transform?
optionaltransform?:Gsk.Transform
Defined in: packages/react/src/jsx.ts:409
3D transform to apply to the child (perspective, rotation, etc.)
x?
optionalx?:number
Defined in: packages/react/src/jsx.ts:405
X coordinate in pixels
y?
optionaly?:number
Defined in: packages/react/src/jsx.ts:407
Y coordinate in pixels