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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript