Skip to content

API Reference / @gtkx/testing / ByRoleValue

Type Alias: ByRoleValue

ByRoleValue = object

Defined in: types.d.ts:44

Constraints on a widget's numeric range value used by role queries.

Properties

max?

optional max?: number

Defined in: types.d.ts:48


min?

optional min?: number

Defined in: types.d.ts:47


now?

optional now?: number

Defined in: types.d.ts:46

The current value.


text?

optional text?: Matcher

Defined in: types.d.ts:50

Matcher for the value's textual representation.

Released under the MPL-2.0 License.