Type Alias: AdwExpanderRowProps
AdwExpanderRowProps =
AdwPreferencesRowProps&object
Defined in: generated/jsx.ts:3271
Props for the AdwExpanderRow widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:3300 |
enableExpansion? | boolean | Whether expansion is enabled. | generated/jsx.ts:3273 |
expanded? | boolean | Whether the row is expanded. | generated/jsx.ts:3275 |
iconName? | string | null | The icon name for this row. | generated/jsx.ts:3277 |
ref? | Ref<Adw.ExpanderRow> | - | generated/jsx.ts:3301 |
showEnableSwitch? | boolean | Whether the switch enabling the expansion is visible. | generated/jsx.ts:3279 |
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:3286 |
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:3293 |
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:3299 |