Skip to main content

Type Alias: AdwMultiLayoutViewProps

AdwMultiLayoutViewProps = WidgetProps & object

Defined in: generated/jsx.ts:6594

Props for the AdwMultiLayoutView widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:6603
layout?Adw.Layout | nullThe currently used layout.generated/jsx.ts:6596
layoutName?string | nullThe name of the currently used layout. See AdwLayout.name.generated/jsx.ts:6602
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:6609
ref?Ref<Adw.MultiLayoutView>-generated/jsx.ts:6610