Type alias ListViewColumn
ListViewColumn: {
ascendingLabel?: string | null;
descendingLabel?: string | null;
fieldNameOrPath: string;
hidden: boolean;
label: string;
searchable: boolean;
selectListItem: string;
sortDirection?: string | null;
sortIndex?: number | null;
sortable: boolean;
type: string;
}
Type declaration
Optional
ascendingLabel?: string | null
Optional
descendingLabel?: string | null
fieldNameOrPath: string
hidden: boolean
label: string
searchable: boolean
selectListItem: string
Optional
sortDirection?: string | null
Optional
sortIndex?: number | null
sortable: boolean
type: string