WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface TapConfig

    点击判定配置

    interface TapConfig {
        maxDistance: number;
        maxDuration: number;
    }
    Index

    Properties

    maxDistance: number

    最大移动距离(像素)

    maxDuration: number

    最大持续时间(毫秒)