Skip to content

API Reference / @gtkx/components / FixedPlacementProps

Type Alias: FixedPlacementProps

FixedPlacementProps = object

Defined in: fixed.d.ts:11

Properties

transform?

optional transform?: Gsk.Transform | null

Defined in: fixed.d.ts:15

Full transform applied to the child, overriding x and y when provided.


x?

optional x?: number | null

Defined in: fixed.d.ts:12


y?

optional y?: number | null

Defined in: fixed.d.ts:13

Released under the MPL-2.0 License.