Skip to content

API Reference / @gtkx/components / index / ExpanderDescriptions

Type Alias: ExpanderDescriptions

ExpanderDescriptions = object

Defined in: types.d.ts:95

Wording a screen reader announces for the control that expands and collapses a row. GTK names that control after the row's own content and reports whether it is expanded, but says nothing about what activating it does, so these strings supply that and belong in the application's own language.

Properties

collapse

collapse: string

Defined in: types.d.ts:99

Announced while the row is expanded, such as "Collapse".


expand

expand: string

Defined in: types.d.ts:97

Announced while the row is collapsed, such as "Expand".

Released under the MPL-2.0 License.