vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface RelatedListItem

    interface RelatedListItem {
        customButtons?: string[];
        excludeButtons?: string[];
        fields?: string[];
        relatedList: string;
        sortField?: string;
        sortOrder?: SortOrder;
    }
    Index

    Properties

    customButtons?: string[]
    excludeButtons?: string[]
    fields?: string[]
    relatedList: string
    sortField?: string
    sortOrder?: SortOrder