weasel API - v0.8.0
    Preparing search index...

    Type Alias GestureSpec

    GestureSpec:
        | KeySpec
        | KeyHeldSpec
        | WheelSpec
        | ClickSpec
        | DoubleClickSpec
        | ContextMenuSpec
        | DragSpec
        | PointerDownSpec
        | LongPressSpec
        | MultiTouchSpec
        | MultiTouchTapSpec
        | DropSpec
        | PasteSpec

    The full union of supported gesture spec kinds. New invocation forms (two-stage, modal-dialog) extend this union without touching the Action type.