source: trip-planner-front/node_modules/primeng/api/message.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: 284 bytes
Line 
1export interface Message {
2 severity?: string;
3 summary?: string;
4 detail?: string;
5 id?: any;
6 key?: string;
7 life?: number;
8 sticky?: boolean;
9 closable?: boolean;
10 data?: any;
11 icon?: string;
12 contentStyleClass?: string;
13 styleClass?: string;
14}
Note: See TracBrowser for help on using the repository browser.