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

    Type Alias ActionJavaScriptProperties

    Represents an action that causes a script to be compiled and executed by the JavaScript interpreter.

    type ActionJavaScriptProperties = {
        javaScript: string;
    }
    Index

    Properties

    Properties

    javaScript: string

    The JavaScript to execute.