Skip to main content

Type Alias: FixedChildProps

FixedChildProps = VirtualSlotProps & object

Defined in: jsx.ts:148

Props for positioning children within a GtkFixed.

Type Declaration

NameTypeDescriptionDefined in
transform?Gsk.Transform3D transform to apply to the child (perspective, rotation, etc.)jsx.ts:154
x?numberX coordinate in pixelsjsx.ts:150
y?numberY coordinate in pixelsjsx.ts:152

See

FixedChild for usage