Vertex Viewer SDK
    Preparing search index...

    Interface ConnectingState

    interface ConnectingState {
        jwtProvider: JwtProvider;
        sceneViewId: string;
        type: "connecting";
    }
    Index

    Properties

    jwtProvider: JwtProvider
    sceneViewId: string
    type: "connecting"