Skip to main content

Type Alias: AdwTabButtonProps

AdwTabButtonProps = WidgetProps & object

Defined in: generated/jsx.ts:7549

Props for the AdwTabButton widget.

Type Declaration

NameTypeDescriptionDefined in
actionName?stringThe name of the action with which this widget should be associated.generated/jsx.ts:7553
actionTarget?GLib.VariantThe target value of the actionable widget's action.generated/jsx.ts:7555
children?ReactNode-generated/jsx.ts:7565
onActivate?(self) => void | nullEmitted 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 | nullEmitted when the button has been activated (pressed and released).generated/jsx.ts:7564
ref?Ref<Adw.TabButton>-generated/jsx.ts:7566
view?Adw.TabView | nullThe view the tab button displays.generated/jsx.ts:7551