source:
trip-planner-front/node_modules/primeng/api/message.d.ts@
59329aa
Last change on this file since 59329aa was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 284 bytes |
Line | |
---|---|
1 | export 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.