EntityEdges interface

The edge that connects the entity to the other entity.

Properties

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

targetEntityId

The target entity Id.

Property Details

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

additionalData?: Record<string, any>

Property Value

Record<string, any>

targetEntityId

The target entity Id.

targetEntityId?: string

Property Value

string