Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntityOptions

An object containing all the parameters for the creation of an instance of the EntityType ObjectType.

Hierarchy

  • EntityOptions

Index

Properties

Optional asset

Reference to the asset the entity is representing.

Optional browseName

browseName: undefined | string

The browsename for the created Object.

Optional description

description: Description

A description of the Entity.

entityType

entityType: EntityTypeEnumType

Describes whether the entity is a co-managed entity or a self-managed entity.

idShort

idShort: string

The short identifier of the Entity.

Optional kind

Specifies whether the Entity to be created should be a template or an instance.

Optional nodeId

nodeId: NodeIdLike

The node id for the created Object.

Optional parent

parent: RefArgument

An AAS reference to the parent entity of this Object.

Optional semanticId

semanticId: RefArgument

An AAS Reference pointing to an entity defining the semantics for this Entity.

Optional submodelElementOf

submodelElementOf: SubmodelObject

The Submodel containing this Object inside its SubmodelObject.submodelElements by means of Organizes Reference.

Generated using TypeDoc