PDF Web Viewer
    Preparing search index...

    Interface PdfEditorErrorParams

    interface PdfEditorErrorParams {
        documentId: string;
        errorCode?: WorkerResponseErrorCode;
        message?: string;
        operation?: WorkerOperation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    documentId: string
    errorCode?: WorkerResponseErrorCode
    message?: string
    operation?: WorkerOperation