Vertex Viewer SDK
    Preparing search index...

    Interface ConnectedState

    interface ConnectedState {
        jwtProvider: JwtProvider;
        sceneViewId: string;
        subscription: Disposable;
        subscriptionStatusState?: SubscriptionStatusState;
        type: "connected";
    }
    Index

    Properties

    jwtProvider: JwtProvider
    sceneViewId: string
    subscription: Disposable
    subscriptionStatusState?: SubscriptionStatusState
    type: "connected"