pdfrx_web
    Preparing search index...

    Interface PdfrxPageMutationOptions

    Options for applying a page arrangement through the viewer.

    interface PdfrxPageMutationOptions {
        actorId?: string;
        origin?: PdfPageChangeOrigin;
        recordHistory?: boolean;
        transactionId?: string;
    }

    Hierarchy (View Summary)

    Index
    actorId?: string

    Stable application/user id responsible for the mutation.

    Defaults to api.

    recordHistory?: boolean

    Add this mutation to the viewer-local Undo/Redo stack. Defaults to true only for user changes.

    transactionId?: string

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