Skip to main content

Type Alias: GtkStackSidebarProps

GtkStackSidebarProps = WidgetProps & object

Defined in: generated/jsx.ts:9115

Props for the GtkStackSidebar widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:9118
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:9124
ref?Ref<Gtk.StackSidebar>-generated/jsx.ts:9125
stack?Gtk.Stack | nullThe stack.generated/jsx.ts:9117