gbox-sdk
    Preparing search index...

    Interface BoxLiveViewURLResponse

    Live view result

    interface BoxLiveViewURLResponse {
        rawUrl: string;
        url: string;
    }
    Index

    Properties

    Properties

    rawUrl: string

    Raw live view url without additional layout content, typically used for embedding into your own application

    url: string

    Live view url with Gbox interface and basic information, typically used for real-time observation of box usage status