gbox-sdk
    Preparing search index...

    Touch point wait action configuration

    interface TouchPointWaitAction {
        duration: string;
        type: string;
    }
    Index

    Properties

    Properties

    duration: string

    Duration to wait (e.g. "500ms")

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

    type: string

    Type of the action