Skip to main content
Version: 19.3.0

PressOptions.text property

If specified, generates an input event with this text.

Signature:

interface PressOptions {
text?: string;
}