Skip to content

API Reference / @gtkx/react / VflConstraints

Type Alias: VflConstraints

VflConstraints = object

Defined in: prop-types.d.ts:13

One Visual Format Language block applied to a Gtk.ConstraintLayout.

Properties

hspacing?

optional hspacing?: number

Defined in: prop-types.d.ts:15


lines

lines: string[]

Defined in: prop-types.d.ts:14


views?

optional views?: Map<string, Gtk.ConstraintTarget>

Defined in: prop-types.d.ts:17


vspacing?

optional vspacing?: number

Defined in: prop-types.d.ts:16

Released under the MPL-2.0 License.