truly-ui
Version:
Web Components for Desktop Applications.
18 lines (17 loc) • 361 B
TypeScript
/**
* Created by William on 10/07/2017.
*/
export interface ModalOptions {
icon: string;
title: string;
color?: string;
fontColor?: string;
height?: string;
width?: string;
draggable?: boolean;
maximizable?: boolean;
minimizable?: boolean;
fullscreen?: boolean;
restoreMaximize?: boolean;
backdrop?: boolean;
}