Hierarchy (View Summary)

Constructors

Properties

_closed: boolean = false
buttons: {}
columns: undefined | any[]
config: {
    buttons?: object[];
    columns?: any;
    doc?: any;
    footer?: boolean;
    height?: any;
    maxHeight?: any;
    position?: integer[];
    title?: string;
    width?: any;
}
controls: undefined | any[]
dialog: HTMLDivElement
footer: undefined | HTMLDivElement
header: HTMLDivElement
observable: { container: any }
outer: HTMLDivElement
experiment: { [k: string]: unknown }

Methods

  • This method should be overridden if the layout needs updating on resize

    Parameters

    • x: integer

      the new width of the dialog

    • y: integer

      the new height of the dialog

    Returns void