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

    Class ActionJavaScript

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

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get javaScript(): string

      Gets or sets the JavaScript to execute.

      Returns string

    • set javaScript(value: string): void

      Gets or sets the JavaScript to execute.

      Parameters

      • value: string

      Returns void

    Methods

    • Detaches the object from the ObjectManager and deallocates its memory, if possible.

      Returns void