Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Identifier

Unique identifier of an entity.

Example:

{
    packageId: 'some-package-id',
    moduleName: 'SomeModule',
    entityName: 'SomeTemplate'
}

To express values in a more concise way, you can have a look at the ValueHelpers.

Hierarchy

  • Identifier

Index

Properties

entityName

entityName: string

The dot-separated name of the entity (e.g. record, template, ...) within the module.

moduleName

moduleName: string

The dot-separated module name of the identifier.

packageId

packageId: string

The identifier of the DAML package that contains the entity.

Generated using TypeDoc