Skip to main content

Type Alias: AdwStatusPageProps

AdwStatusPageProps = WidgetProps & object

Defined in: generated/jsx.ts:9158

Props for the AdwStatusPage widget.

Type Declaration

NameTypeDescriptionDefined in
child?Gtk.Widget | nullThe child widget.generated/jsx.ts:9160
children?ReactNode-generated/jsx.ts:9181
description?string | nullThe description markup to be displayed below the title.generated/jsx.ts:9162
iconName?string | nullThe name of the icon to be used. Changing this will set AdwStatusPage.paintable to NULL.generated/jsx.ts:9168
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:9187
paintable?Gdk.Paintable | nullThe 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?stringThe title to be displayed below the icon. It is not parsed as Pango markup.generated/jsx.ts:9180