Skip to content

API Reference / @gtkx/testing / isInaccessible

Variable: isInaccessible

const isInaccessible: (widget) => boolean

Defined in: packages/testing/dist/widget-accessible-properties.d.ts:46

Returns whether a widget is excluded from the accessibility tree, because it or one of its ancestors is marked hidden.

Parameters

widget

Gtk.Widget

The widget to test.

Returns

boolean

Released under the MPL-2.0 License.