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

    Interface GestureDescriptor

    interface GestureDescriptor {
        arg?: GestureArgSpec;
        hasTarget: boolean;
        name: GestureName;
    }
    Index

    Properties

    Properties

    Optional argument spec. Encoded as gesture(value) in the route string.

    hasTarget: boolean

    Does the route's .target slot apply? Targetless gestures (wheel, keyDown/Up, multiTouchTap) elide it entirely in the v2 grammar.