Skip to main content

Type Alias: AdwToastOverlayProps

AdwToastOverlayProps = WidgetProps & object

Defined in: generated/jsx.ts:10626

Props for the AdwToastOverlay widget.

Type Declaration

NameTypeDescriptionDefined in
child?Gtk.Widget | nullThe child widget.generated/jsx.ts:10628
children?ReactNode-generated/jsx.ts:10629
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:10635
ref?Ref<Adw.ToastOverlay>-generated/jsx.ts:10636