Skip to main content
Version: 18.0.5

PressOptions.text property

If specified, generates an input event with this text.

Signature:

interface PressOptions {
text?: string;
}