Type Alias: AdwExpanderRowProps
AdwExpanderRowProps =
Omit<AdwPreferencesRowProps,"onNotify"> &object
Defined in: generated/jsx.ts:4011
Props for the AdwExpanderRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:4040 |
enableExpansion? | boolean | Whether expansion is enabled. | generated/jsx.ts:4013 |
expanded? | boolean | Whether the row is expanded. | generated/jsx.ts:4015 |
iconName? | string | null | The icon name for this row. | generated/jsx.ts:4017 |
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:4046 |
ref? | Ref<Adw.ExpanderRow> | - | generated/jsx.ts:4059 |
showEnableSwitch? | boolean | Whether the switch enabling the expansion is visible. | generated/jsx.ts:4019 |
subtitle? | string | The subtitle for this row. The subtitle is interpreted as Pango markup unless AdwPreferencesRow.use-markup is set to FALSE. | generated/jsx.ts:4026 |
subtitleLines? | number | The number of lines at the end of which the subtitle label will be ellipsized. If the value is 0, the number of lines won't be limited. | generated/jsx.ts:4033 |
titleLines? | number | The number of lines at the end of which the title label will be ellipsized. If the value is 0, the number of lines won't be limited. | generated/jsx.ts:4039 |