Skip to main content
Version: Next

PressOptions.text property

If specified, generates an input event with this text.

Signature:

interface PressOptions {
text?: string;
}