次の方法で共有


EntityEdges interface

エンティティを他のエンティティに接続するエッジ。

プロパティ

additionalData

エンティティの一部である必要があり、ユーザーに表示されるカスタム フィールドのバッグ。

targetEntityId

ターゲット エンティティ ID。

プロパティの詳細

additionalData

エンティティの一部である必要があり、ユーザーに表示されるカスタム フィールドのバッグ。

additionalData?: {[propertyName: string]: Record<string, unknown>}

プロパティ値

{[propertyName: string]: Record<string, unknown>}

targetEntityId

ターゲット エンティティ ID。

targetEntityId?: string

プロパティ値

string