gbox-sdk
    Preparing search index...

    Interface BoxLiveViewURLParams

    interface BoxLiveViewURLParams {
        expiresIn?: string;
    }
    Index

    Properties

    Properties

    expiresIn?: string

    The live view 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