Last updated

Interface: IStructure

An interface representing an Entity object.

Interface

IEntity

Hierarchy

Implemented by

Table of contents

Properties

Properties

clientId

Optional clientId: string

A local identifier for the Entity, unique within the client.

Inherited from

IEntity.clientId


createdAt

Optional createdAt: IDate

The date and time when the Entity was created.

Inherited from

IEntity.createdAt


updatedAt

Optional updatedAt: IDate

The date and time when the Entity was last updated.

Inherited from

IEntity.updatedAt


updatedBy

Optional updatedBy: string

The user who last updated the Entity.

Inherited from

IEntity.updatedBy


id

id: string

A globally unique identifier for the Entity.

Overrides

IEntity.id


order

order: string[]


arcs

arcs: [string, string][]


name

name: string


ontologyId

ontologyId: string


creator

creator: string

The creator of the Entity.

Overrides

IEntity.creator