Type Alias: AdwBinProps
AdwBinProps =
WidgetProps&object
Defined in: generated/jsx.ts:1869
Props for the AdwBin widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
child? | Gtk.Widget | null | The child widget of the AdwBin. | generated/jsx.ts:1871 |
children? | ReactNode | - | generated/jsx.ts:1872 |
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:1878 |
ref? | Ref<Adw.Bin> | - | generated/jsx.ts:1879 |