interface IEntryLinkTypeInfo {
    linkTypeDescription?: string;
    linkTypeId?: number;
    sourceLabel?: string;
    targetLabel?: string;
}

Implemented by

Properties

linkTypeDescription?: string

The description of the link type.

linkTypeId?: number

The ID of the entry link type.

sourceLabel?: string

The label for the source entry in the link type.

targetLabel?: string

The label for the target entry in the link type.