UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

26 lines (25 loc) 646 B
export interface ModalComponent<SystelabModalContext> { } export declare class SystelabModalContext { dialogClass: string; width: number; height: number; minWidth: number; minHeight: number; maxWidth: number; maxHeight: number; widthRelative: string; heightRelative: string; minWidthRelative: string; minHeightRelative: string; maxWidthRelative: string; maxHeightRelative: string; positionX: any; positionY: any; fullScreen: boolean; isBlocking: boolean; keyboard: any; isContextDialog: boolean; showClose: boolean; setDefaultSize(w: number, h: number): void; }