Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetadataDependencies

Package version

Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex dependencies.

Hierarchy

  • MetadataDependencies

Index

Properties

Optional contentId

contentId: undefined | string

Id of the content item we depend on

Optional criteria

This is the list of dependencies we must fulfill, according to the AND/OR operator

Optional kind

kind: Kind

Type of the content item we depend on

Optional name

name: undefined | string

Name of the content item

Optional operator

operator: Operator

Operator used for list of dependencies in criteria array.

Optional version

version: undefined | string

Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.

Generated using TypeDoc