API Reference / @gtkx/components / ConstraintVflProps
Type Alias: ConstraintVflProps
ConstraintVflProps =
object
Defined in: constraint-layout-apply.d.ts:44
Describes constraints authored with the Visual Format Language (VFL), applied by <ConstraintLayout.Vfl>.
Properties
hspacing?
optionalhspacing?:number
Defined in: constraint-layout-apply.d.ts:48
Default horizontal spacing used by the layout operator (defaults to 0).
lines
lines:
string[]
Defined in: constraint-layout-apply.d.ts:46
VFL lines describing the constraints between named widgets and guides.
vspacing?
optionalvspacing?:number
Defined in: constraint-layout-apply.d.ts:50
Default vertical spacing used by the layout operator (defaults to 0).