Skip to main content

Type Alias: GtkStackSwitcherProps

GtkStackSwitcherProps = WidgetProps & object

Defined in: generated/jsx.ts:9128

Props for the GtkStackSwitcher widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:9133
onNotify?(self, propName) => void | nullCalled when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case)generated/jsx.ts:9139
orientation?Gtk.OrientationThe orientation of the orientable.generated/jsx.ts:9132
ref?Ref<Gtk.StackSwitcher>-generated/jsx.ts:9140
stack?Gtk.Stack | nullThe stack.generated/jsx.ts:9130