DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias ActionGoToProperties

    Represents an action that changes the view to a destination (page, location, and magnification factor) specified by a DestinationProperties object.

    type ActionGoToProperties = {
        dest: DestinationProperties;
    }
    Index

    Properties

    Properties

    The destination object defining the new document view.