pdfrx_web
    Preparing search index...

    Interface PdfFormMutationOptions

    Options shared by form mutation APIs.

    interface PdfFormMutationOptions {
        actorId?: string;
        origin?: PdfFormChangeOrigin;
        transactionId?: string;
    }
    Index
    actorId?: string

    Stable application/user id responsible for the mutation.

    Defaults to api.

    transactionId?: string

    Application-defined id correlating the complete bulk mutation.