Last updated

Class: APIAttributeSectionV2

An interface representing an Entity object.

Interface

IEntity

Implements

Table of contents

Properties

Constructors

Properties

creator

creator: string

The creator of the Entity.

Implementation of

IAttributeSection.creator


id

id: string

A globally unique identifier for the Entity.

Implementation of

IAttributeSection.id


key

key: string

Implementation of

IAttributeSection.key


ontologyId

ontologyId: string

Implementation of

IAttributeSection.ontologyId


type

type: AttributeType

Implementation of

IAttributeSection.type


range

Optional range: IAttributeRange

Implementation of

IAttributeSection.range


scope

Optional scope: ILabelScope

Implementation of

IAttributeSection.scope


values

Optional values: string[]

Implementation of

IAttributeSection.values


hierarchy

Optional hierarchy: IAttributeHierarchy

Implementation of

IAttributeSection.hierarchy

Constructors

constructor

new APIAttributeSectionV2(attribute)

Parameters

NameType
attributeAPIAttributeSectionV2