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