Skip to content

position

Layout positioning mode — whether the element participates in its parent’s auto-layout flow or is positioned absolutely.

Type(s)

TypeExample
Position"AUTO", "ABSOLUTE"
nullnull

Not token-bindable — structural property, not a design value.

ABSOLUTE elements use top / bottom / start / end / centerHorizontalOffset / centerVerticalOffset to place themselves relative to the parent.

Supported on

ElementFigma Layer(s)
containerComponent, Frame, Instance, Slot
textText
glyphGlyph
vectorsRectangle, Vector, Ellipse, Star, Polygon
lineLine

Figma key

Reads from layoutPositioning. See ADR 041 — Layout Positioning for why position diverges from Figma’s naming.

Source

FormatFile
TypeScriptpackages/schema/types/Styles.ts
JSON Schemapackages/schema/schema/styles.schema.json