gbox-sdk
    Preparing search index...

    Interface BoxWebTerminalURLParams

    interface BoxWebTerminalURLParams {
        expiresIn?: string;
    }
    Index

    Properties

    Properties

    expiresIn?: string

    The web terminal will be alive for the given duration

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