Type Alias: AdwTabButtonProps
AdwTabButtonProps =
WidgetProps&object
Defined in: generated/jsx.ts:9386
Props for the AdwTabButton widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
actionName? | string | The name of the action with which this widget should be associated. | generated/jsx.ts:9390 |
actionTarget? | GLib.Variant | The target value of the actionable widget's action. | generated/jsx.ts:9392 |
children? | ReactNode | - | generated/jsx.ts:9402 |
onActivate()? | (self) => void | null | Emitted to animate press then release. This is an action signal. Applications should never connect to this signal, but use the AdwTabButton.:clicked signal. | generated/jsx.ts:9399 |
onClicked()? | (self) => void | null | Emitted when the button has been activated (pressed and released). | generated/jsx.ts:9401 |
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:9408 |
ref? | Ref<Adw.TabButton> | - | generated/jsx.ts:9409 |
view? | Adw.TabView | null | The view the tab button displays. | generated/jsx.ts:9388 |