Skip to main content
Version: 19.7.2

PressOptions.text property

If specified, generates an input event with this text.

Signature:

interface PressOptions {
text?: string;
}