source:
trip-planner-front/node_modules/primeng/api/sortevent.d.ts
Last change on this file was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 179 bytes |
Line | |
---|---|
1 | import { SortMeta } from './sortmeta'; |
2 | export interface SortEvent { |
3 | data?: any[]; |
4 | mode?: string; |
5 | field?: string; |
6 | order?: number; |
7 | multiSortMeta?: SortMeta[]; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.