Type alias RelatedList

RelatedList: {
    accessLevelRequiredForCreate?: string | null;
    buttons?: DescribeLayoutButton[] | null;
    columns: RelatedListColumn[];
    custom: boolean;
    field?: string | null;
    label: string;
    limitRows: number;
    name: string;
    sobject?: string | null;
    sort: RelatedListSort[];
}

Type declaration

  • Optional accessLevelRequiredForCreate?: string | null
  • Optional buttons?: DescribeLayoutButton[] | null
  • columns: RelatedListColumn[]
  • custom: boolean
  • Optional field?: string | null
  • label: string
  • limitRows: number
  • name: string
  • Optional sobject?: string | null
  • sort: RelatedListSort[]