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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript