Vertex Viewer SDK
    Preparing search index...

    Interface VertexDocumentViewerAttributes

    interface VertexDocumentViewerAttributes {
        documentId: string;
        interactionMode: InteractionMode;
        resizeDebounce: number;
        src: string;
    }
    Index
    documentId: string
    interactionMode: InteractionMode
    resizeDebounce: number
    src: string