@runloop/api-client - v1.4.0
    Preparing search index...

    Interface ComputerKeyboardInteractionParams

    interface ComputerKeyboardInteractionParams {
        action: "type" | "key";
        text?: string | null;
    }
    Index

    Properties

    Properties

    action: "type" | "key"

    The keyboard action to perform.

    text?: string | null

    The text to type or the key (with optional modifier) to press.