Type Alias: AdwWindowTitleProps
AdwWindowTitleProps =
WidgetProps&object
Defined in: generated/jsx.ts:11981
Props for the AdwWindowTitle widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
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:12000 |
ref? | Ref<Adw.WindowTitle> | - | generated/jsx.ts:12001 |
subtitle | string | The subtitle to display. The subtitle should give the user additional details. | generated/jsx.ts:11987 |
title | string | The 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 |