Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface Gesture

    interface Gesture {
        direction?: "left" | "right" | "up" | "down";
        duration?: number;
        sequence?: string[];
        type: "tap" | "hold" | "swipe" | "combo";
    }
    Index

    Properties

    direction?: "left" | "right" | "up" | "down"
    duration?: number
    sequence?: string[]
    type: "tap" | "hold" | "swipe" | "combo"