Type alias RelatedListColumn

RelatedListColumn: {
    field?: string | null;
    fieldApiName: string;
    format?: string | null;
    label: string;
    lookupId?: string | null;
    name: string;
    sortable: boolean;
}

Type declaration

  • Optional field?: string | null
  • fieldApiName: string
  • Optional format?: string | null
  • label: string
  • Optional lookupId?: string | null
  • name: string
  • sortable: boolean