Last change
on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
284 bytes
|
Rev | Line | |
---|
[59329aa] | 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.