Type Alias: AdwViewSwitcherBarProps
AdwViewSwitcherBarProps =
WidgetProps&object
Defined in: generated/jsx.ts:11293
Props for the AdwViewSwitcherBar widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:11298 |
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:11304 |
ref? | Ref<Adw.ViewSwitcherBar> | - | generated/jsx.ts:11305 |
reveal? | boolean | Whether the bar should be revealed or hidden. | generated/jsx.ts:11295 |
stack? | Adw.ViewStack | null | The stack the view switcher controls. | generated/jsx.ts:11297 |