Vertex Viewer SDK
    Preparing search index...

    Interface IntrinsicElements

    interface IntrinsicElements {
        "vertex-document-viewer": Omit<
            JSX.VertexDocumentViewer,
            keyof VertexDocumentViewerAttributes,
        > & {
            documentId?: string;
            interactionMode?: InteractionMode;
            resizeDebounce?: number;
            src?: string;
        } & {
            "attr:documentId"?: string;
            "attr:interactionMode"?: InteractionMode;
            "attr:resizeDebounce"?: number;
            "attr:src"?: string;
        } & {
            "prop:documentId"?: string;
            "prop:interactionMode"?: InteractionMode;
            "prop:resizeDebounce"?: number;
            "prop:src"?: string;
        };
    }
    Index
    "vertex-document-viewer": Omit<
        JSX.VertexDocumentViewer,
        keyof VertexDocumentViewerAttributes,
    > & {
        documentId?: string;
        interactionMode?: InteractionMode;
        resizeDebounce?: number;
        src?: string;
    } & {
        "attr:documentId"?: string;
        "attr:interactionMode"?: InteractionMode;
        "attr:resizeDebounce"?: number;
        "attr:src"?: string;
    } & {
        "prop:documentId"?: string;
        "prop:interactionMode"?: InteractionMode;
        "prop:resizeDebounce"?: number;
        "prop:src"?: string;
    }