Type Alias: AdwTabButtonProps
AdwTabButtonProps =
WidgetProps&object
Defined in: generated/jsx.ts:7549
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:7553 |
actionTarget? | GLib.Variant | The target value of the actionable widget's action. | generated/jsx.ts:7555 |
children? | ReactNode | - | generated/jsx.ts:7565 |
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:7562 |
onClicked? | (self) => void | null | Emitted when the button has been activated (pressed and released). | generated/jsx.ts:7564 |
ref? | Ref<Adw.TabButton> | - | generated/jsx.ts:7566 |
view? | Adw.TabView | null | The view the tab button displays. | generated/jsx.ts:7551 |