Type Alias: AdwViewSwitcherProps
AdwViewSwitcherProps =
WidgetProps&object
Defined in: generated/jsx.ts:11278
Props for the AdwViewSwitcher widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:11283 |
onNotify? | (self, propName) => void | null | Called 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.ViewSwitcherPolicy | The policy to determine which mode to use. | generated/jsx.ts:11280 |
ref? | Ref<Adw.ViewSwitcher> | - | generated/jsx.ts:11290 |
stack? | Adw.ViewStack | null | The stack the view switcher controls. | generated/jsx.ts:11282 |