Юниверс DG SDK UI
v2.15.0

Псевдоним типа MetaRelationInfo

type MetaRelationInfo = {
    customProperties: Universe.Platform.CustomProperty.CustomProperty[];
    displayName: string;
    fromAssetType: string;
    fromAssetTypeDisplayName: string;
    toAssetType: string;
    toAssetTypeDisplayName: string;
    type: {
        direction?: DIRECTION_COUNT;
        inwardDisplayName?: string;
        name: string;
        outwardDisplayName?: string;
    };
}
Индекс

Свойства

displayName: string
fromAssetType: string
fromAssetTypeDisplayName: string
toAssetType: string
toAssetTypeDisplayName: string
type: {
    direction?: DIRECTION_COUNT;
    inwardDisplayName?: string;
    name: string;
    outwardDisplayName?: string;
}