API Reference / @gtkx/testing / TypeOptions
Type Alias: TypeOptions
TypeOptions =
object
Defined in: user-event/text.d.ts:3
Options for type.
Properties
initialSelectionEnd?
optionalinitialSelectionEnd?:number
Defined in: user-event/text.d.ts:9
End offset of the initial selection (defaults to the start offset).
initialSelectionStart?
optionalinitialSelectionStart?:number
Defined in: user-event/text.d.ts:7
Select from this offset before typing, replacing the selected range with the typed text.
skipClick?
optionalskipClick?:boolean
Defined in: user-event/text.d.ts:5
Do not focus the widget before typing.