adobe-firefly-sdk
    Preparing search index...

    Type Alias RemapLinksRequest

    Inputs for the link remapping request.

    type RemapLinksRequest = {
        assets: InputAsset[];
        outputs?: OutputAsset[];
        params: {
            dataSource: { destinationURI: string; sourceURI: string }[];
            targetDocument: string[];
        };
    }
    Index

    Properties

    assets: InputAsset[]
    outputs?: OutputAsset[]
    params: {
        dataSource: { destinationURI: string; sourceURI: string }[];
        targetDocument: string[];
    }

    Type Declaration

    • dataSource: { destinationURI: string; sourceURI: string }[]

      Array of link mappings containing source and destination URIs.

    • targetDocument: string[]

      The InDesign documents in which links need to be remapped.