Interface MessageBoxProps

[ MESSAGEBOX ] -----------------------------------------------------------------

Hierarchy

Properties

attrs?: object
autoClose?: boolean
buttons?: FormButtons
click: ((button) => void)

Type declaration

    • (button): void
    • Parameters

      • button: string

      Returns void

closable?: boolean
cls?: string
data?: any
disableSuggestions?: boolean
dlgHeight?: number
dlgWidth?: number
dom_events?: IDOMEvents
enabled?: boolean
flex?: string | number
height?: number
icon?: IconID
id?: string
left?: number
maximizable?: boolean
maximized?: boolean
message: string | HtmlString
minimizable?: boolean
movable?: boolean
ns?: string
ref?: string
sizable?: boolean
style?: IMap<string | number>
tabIndex?: number | boolean
tag?: string
title?: string
tooltip?: string
top?: number
width?: number

Generated using TypeDoc