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