Skip to content

API Reference / @gtkx/testing / TypeOptions

Type Alias: TypeOptions

TypeOptions = object

Defined in: user-event/text.d.ts:3

Options for type.

Properties

initialSelectionEnd?

optional initialSelectionEnd?: number

Defined in: user-event/text.d.ts:9

End offset of the initial selection (defaults to the start offset).


initialSelectionStart?

optional initialSelectionStart?: number

Defined in: user-event/text.d.ts:7

Select from this offset before typing, replacing the selected range with the typed text.


skipClick?

optional skipClick?: boolean

Defined in: user-event/text.d.ts:5

Do not focus the widget before typing.

Released under the MPL-2.0 License.