PackageDependencyData

PackageDependencyData

An inner data object which represents a single package dependency in the dependencies array.

Constructor

new PackageDependencyData()

Properties:
Name Type Attributes Description
name string

The dependency package name

type string

The dependency package type, from CONST.PACKAGE_TYPES

manifest string <optional>

An explicit manifest URL, otherwise learned from the Foundry web server

Extends

  • DocumentData