Skip to content

API Reference / @gtkx/components / index / SizeGroupProps

Type Alias: SizeGroupProps

SizeGroupProps = object

Defined in: types.d.ts:132

Props for SizeGroup.

Properties

children?

optional children?: ReactNode

Defined in: types.d.ts:136


mode?

optional mode?: Gtk.SizeGroupMode | null

Defined in: types.d.ts:134

How the group equalizes sizes: horizontal, vertical, or both.


ref?

optional ref?: Ref<Gtk.SizeGroup | null>

Defined in: types.d.ts:135

Released under the MPL-2.0 License.