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

    Type Alias ActionURIProperties

    Represents an action that causes navigation to a specified URI.

    type ActionURIProperties = {
        isMap?: boolean;
        uri: string;
    }
    Index

    Properties

    Properties

    isMap?: boolean

    Indicates whether to track the mouse position when the URI is resolved.

    This property applies only to actions triggered by the user's clicking an annotation; it is ignored for actions associated with OutlineNode or with a PdfDocument#openAction property.

    uri: string

    The URI to navigate.