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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript