Interface DataLinkSelector

interface DataLinkSelector {
    appRecordId: string;
    externalRecordId: string;
    direction: DataLinkDirection;
    dataLinkTableInstanceId: string;
}

Hierarchy (view full)

Properties

appRecordId: string
externalRecordId: string
dataLinkTableInstanceId: string