EntityEdges interface
The edge that connects the entity to the other entity.
Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
target |
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?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
targetEntityId
The target entity Id.
targetEntityId?: string
Property Value
string