source: trip-planner-front/node_modules/primeng/api/sortevent.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 179 bytes
Line 
1import { SortMeta } from './sortmeta';
2export 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.