Nutrient Web SDK
    Preparing search index...

    PDF action to go to an embedded file. This action is not implemented yet.

    It is an Immutable.Record and thus can be updated using set(key, value), for example: action.set("relativePath", "/other_document.pdf");.

    Create a new GoToEmbeddedAction

    const action = new NutrientViewer.Actions.GoToEmbeddedAction({
    relativePath: "/other_document.pdf"
    });

    Hierarchy

    Index

    Constructors

    Properties

    newWindow: boolean

    Should the file be opened in a new window?

    relativePath: string

    The relative path to the embedded file.

    Actions can be chained by adding them to this immutable List.

    targetType: "parent" | "child"

    The target type. Can either be parent or child.

    Methods

    • Type Parameters

      • K extends "subActions"

      Parameters

      • key: K

      Returns this

    • Parameters

      • other: unknown

      Returns boolean

    • Parameters

      • keyPath: Iterable<unknown>
      • OptionalnotSetValue: unknown

      Returns unknown

    • Parameters

      • key: unknown

      Returns boolean

    • Parameters

      Returns this

    • Parameters

      Returns this

    • Parameters

      • keyPath: Iterable<unknown>
      • value: unknown

      Returns this

    • Returns Keyed<string, unknown>

    • Parameters

      • keyPath: Iterable<unknown>
      • notSetValue: unknown
      • updater: (value: unknown) => unknown

      Returns this

    • Parameters

      • keyPath: Iterable<unknown>
      • updater: (value: unknown) => unknown

      Returns this

    • Parameters

      • mutator: (mutable: this) => unknown

      Returns this