pdfrx_web
    Preparing search index...

    Interface PdfPageMutationOptions

    Options shared by page-arrangement mutation APIs.

    interface PdfPageMutationOptions {
        actorId?: string;
        origin?: PdfPageChangeOrigin;
        transactionId?: string;
    }

    Hierarchy (View Summary)

    Index
    actorId?: string

    Stable application/user id responsible for the mutation.

    Defaults to api.

    transactionId?: string

    Application-defined id used to correlate or deduplicate a change.