API Reference / @gtkx/testing / isInaccessible
Variable: isInaccessible
constisInaccessible: (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