Hierarchy (View Summary)

Constructors

Properties

_closed: boolean = false
ac: undefined | AutoComplete
addDotPlotCheck: undefined | HTMLInputElement
addHeatMapCheck: undefined | HTMLInputElement
buttons: {}
cm: any
colorChartSelect: undefined | HTMLSelectElement
colorCheck: undefined | HTMLInputElement
colorDiv: undefined | HTMLDivElement
columns: undefined | any[]
config: {
    buttons?: object[];
    columns?: any;
    doc?: any;
    footer?: boolean;
    height?: any;
    maxHeight?: any;
    position?: integer[];
    title?: string;
    width?: any;
}
dialog: HTMLDivElement
ds: any
ds_to: any
errorDiv: undefined | HTMLDivElement
footer: undefined | HTMLDivElement
header: HTMLDivElement
heatMapSel: undefined | HTMLSelectElement
histoCheck: undefined | HTMLInputElement
itemList: undefined | any[]
link: any
observable: { container: any }
outer: HTMLDivElement
rn: undefined | string
ta: undefined | HTMLTextAreaElement
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