Type Alias: AdwMultiLayoutViewProps
AdwMultiLayoutViewProps =
WidgetProps&object
Defined in: generated/jsx.ts:6594
Props for the AdwMultiLayoutView widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:6603 |
layout? | Adw.Layout | null | The currently used layout. | generated/jsx.ts:6596 |
layoutName? | string | null | The name of the currently used layout. See AdwLayout.name. | generated/jsx.ts:6602 |
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:6609 |
ref? | Ref<Adw.MultiLayoutView> | - | generated/jsx.ts:6610 |