@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Type Alias Action

    Action:
        | { type: "goto"; dest: Destination }
        | { type: "gotoR"; file: string; dest: Destination }
        | { type: "uri"; uri: string }
        | {
            type: "named";
            action: "nextPage" | "prevPage" | "firstPage" | "lastPage";
        }
        | { type: "launch"; file: string }
        | { type: "javascript"; js: string }
        | { type: "submitForm"; url: string }
        | { type: "resetForm" }

    A PDF action (ISO 32000-1 §12.6) usable on a link, the document open-action, or an outline bookmark — passed to GigaPdfDoc.addLink / GigaPdfDoc.setOpenAction / GigaPdfDoc.setBookmarks.