Type Alias: AdwStatusPageProps
AdwStatusPageProps =
WidgetProps&object
Defined in: generated/jsx.ts:7382
Props for the AdwStatusPage widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:7384 |
children? | ReactNode | - | generated/jsx.ts:7405 |
description? | string | null | The description markup to be displayed below the title. | generated/jsx.ts:7386 |
iconName? | string | null | The name of the icon to be used. Changing this will set AdwStatusPage.paintable to NULL. | generated/jsx.ts:7392 |
paintable? | Gdk.Paintable | null | The paintable to be used. Changing this will set AdwStatusPage.icon-name to NULL. | generated/jsx.ts:7398 |
ref? | Ref<Adw.StatusPage> | - | generated/jsx.ts:7406 |
title? | string | The title to be displayed below the icon. It is not parsed as Pango markup. | generated/jsx.ts:7404 |