Sort

Map of column IDs to their sort orders for multi-column sorting

Definition

export type Sort = Record<string, SortOrder>

Usage

import { Sort } from 'uxp/components';

Last updated