Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Reference

Reference contains application configuration information.

Properties

Optional applicationKey

applicationKey: undefined | string

The application key of the reference object.

Optional childReferences

childReferences: Array<ChildReference>

List of references that are dependent on this reference.

Optional description

description: undefined | string

The description of reference object.

Optional identifier

identifier: undefined | string

The identifier of reference object.

Optional identifierPath

identifierPath: undefined | string

The identifier path of reference object.

Optional key

key: undefined | string

The reference's key, key of the object that is being used by a published object or its dependents.

Optional name

name: undefined | string

The name of reference object.

Optional targetObject

targetObject: any

The new reference object to use instead of the original reference. For example, this can be a data asset reference.

Optional type

type: Type

The type of reference object.

Optional usedBy

List of published objects where this is used.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Reference): object

getJsonObj