Skip to main content

Type Alias: AdwExpanderRowProps

AdwExpanderRowProps = AdwPreferencesRowProps & object

Defined in: generated/jsx.ts:3271

Props for the AdwExpanderRow widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:3300
enableExpansion?booleanWhether expansion is enabled.generated/jsx.ts:3273
expanded?booleanWhether the row is expanded.generated/jsx.ts:3275
iconName?string | nullThe icon name for this row.generated/jsx.ts:3277
ref?Ref<Adw.ExpanderRow>-generated/jsx.ts:3301
showEnableSwitch?booleanWhether the switch enabling the expansion is visible.generated/jsx.ts:3279
subtitle?stringThe subtitle for this row. The subtitle is interpreted as Pango markup unless AdwPreferencesRow.use-markup is set to FALSE.generated/jsx.ts:3286
subtitleLines?numberThe 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?numberThe 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