source: trip-planner-front/node_modules/primeng/dynamicdialog/dynamicdialog-config.d.ts

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

adding photos

  • Property mode set to 100644
File size: 443 bytes
Line 
1export 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.