UNPKG

k15t-aui-ng2

Version:

aui-ng2 is a set of angular 2 components, directives and services to simplify the integration with Atlassian products based on AUI/ADG. The library is still under development and is considered in an experimental state. So be aware that things will change

23 lines (15 loc) 403 B
/** * Event to trigger an update of the currently opened dialog. */ export interface AuiNgDialogUpdateEvent { title?: string; showXIcon?: boolean; /** * Sends the event update to all existing dialogs on bubbling up to the root. */ toAll?: boolean; dialogClass?: string; dialogContentClass?: string; dialogStyle?: string; dialogContentStyle?: string; }