An action to type in text.

interface Type {
    text: string;
    type: "type";
}

Properties

Properties

text: string

The text to type.

type: "type"

Specifies the event type. For a type action, this property is always set to type.