Skip to main content

Type Alias: AdwWindowTitleProps

AdwWindowTitleProps = WidgetProps & object

Defined in: generated/jsx.ts:11981

Props for the AdwWindowTitle widget.

Type Declaration

NameTypeDescriptionDefined in
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:12000
ref?Ref<Adw.WindowTitle>-generated/jsx.ts:12001
subtitlestringThe subtitle to display. The subtitle should give the user additional details.generated/jsx.ts:11987
titlestringThe title to display. The title typically identifies the current view or content item, and generally does not use the application name.generated/jsx.ts:11994