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?
optionalmax?:number
Defined in: types.d.ts:48
min?
optionalmin?:number
Defined in: types.d.ts:47
now?
optionalnow?:number
Defined in: types.d.ts:46
The current value.
text?
optionaltext?:Matcher
Defined in: types.d.ts:50
Matcher for the value's textual representation.