gbox-sdk
    Preparing search index...

    Actual parameters used when executing the long press action

    interface Actual {
        duration: string;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    duration: string

    Duration of the long press

    Supported time units: ms (milliseconds), s (seconds), m (minutes), h (hours) Example formats: "500ms", "30s", "5m", "1h" Default: 1s

    x: number

    X coordinate where the long press was executed

    y: number

    Y coordinate where the long press was executed