Interface KeyEventOptions

interface KeyEventOptions {
    source?: InputSource;
    variant?: "longpress" | "doubletap";
}

Hierarchy (view full)

Properties

Properties

source?: InputSource
variant?: "longpress" | "doubletap"