Type Alias: AdwStatusPageProps
AdwStatusPageProps =
WidgetProps&object
Defined in: generated/jsx.ts:9158
Props for the AdwStatusPage widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
child? | Gtk.Widget | null | The child widget. | generated/jsx.ts:9160 |
children? | ReactNode | - | generated/jsx.ts:9181 |
description? | string | null | The description markup to be displayed below the title. | generated/jsx.ts:9162 |
iconName? | string | null | The name of the icon to be used. Changing this will set AdwStatusPage.paintable to NULL. | generated/jsx.ts:9168 |
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:9187 |
paintable? | Gdk.Paintable | null | The paintable to be used. Changing this will set AdwStatusPage.icon-name to NULL. | generated/jsx.ts:9174 |
ref? | Ref<Adw.StatusPage> | - | generated/jsx.ts:9190 |
title? | string | The title to be displayed below the icon. It is not parsed as Pango markup. | generated/jsx.ts:9180 |