Skip to main content

Type Alias: AdwTabButtonProps

AdwTabButtonProps = WidgetProps & object

Defined in: generated/jsx.ts:9386

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:9390
actionTarget?GLib.VariantThe target value of the actionable widget's action.generated/jsx.ts:9392
children?ReactNode-generated/jsx.ts:9402
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:9399
onClicked()?(self) => void | nullEmitted when the button has been activated (pressed and released).generated/jsx.ts:9401
onNotify?(self, propName) => void | nullCalled 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 | nullThe view the tab button displays.generated/jsx.ts:9388