interface RelateViewStep {
    fromEntityName: string;
    fromObjectId: string;
    toEntitySummary: ToEntitySummary;
    toObjectId: string;
}

Properties

fromEntityName: string
fromObjectId: string
toEntitySummary: ToEntitySummary
toObjectId: string