EntityEdges interface
エンティティを他のエンティティに接続するエッジ。
プロパティ
| additional |
エンティティの一部である必要があり、ユーザーに表示されるカスタム フィールドのバッグ。 |
| target |
ターゲット エンティティ ID。 |
プロパティの詳細
additionalData
エンティティの一部である必要があり、ユーザーに表示されるカスタム フィールドのバッグ。
additionalData?: {[propertyName: string]: Record<string, unknown>}
プロパティ値
{[propertyName: string]: Record<string, unknown>}
targetEntityId
ターゲット エンティティ ID。
targetEntityId?: string
プロパティ値
string