Skip to main content

Type Alias: AdwViewSwitcherProps

AdwViewSwitcherProps = WidgetProps & object

Defined in: generated/jsx.ts:11278

Props for the AdwViewSwitcher widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:11283
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:11289
policy?Adw.ViewSwitcherPolicyThe policy to determine which mode to use.generated/jsx.ts:11280
ref?Ref<Adw.ViewSwitcher>-generated/jsx.ts:11290
stack?Adw.ViewStack | nullThe stack the view switcher controls.generated/jsx.ts:11282