Last change
on this file since 571e0df was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
443 bytes
|
Line | |
---|
1 | export declare class DynamicDialogConfig {
|
---|
2 | data?: any;
|
---|
3 | header?: string;
|
---|
4 | footer?: string;
|
---|
5 | width?: string;
|
---|
6 | height?: string;
|
---|
7 | closeOnEscape?: boolean;
|
---|
8 | baseZIndex?: number;
|
---|
9 | autoZIndex?: boolean;
|
---|
10 | dismissableMask?: boolean;
|
---|
11 | rtl?: boolean;
|
---|
12 | style?: any;
|
---|
13 | contentStyle?: any;
|
---|
14 | styleClass?: string;
|
---|
15 | transitionOptions?: string;
|
---|
16 | closable?: boolean;
|
---|
17 | showHeader?: boolean;
|
---|
18 | modal?: boolean;
|
---|
19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.