Interface PromptBoxProps

Basic properties of every Component

Hierarchy

Properties

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

Type declaration

    • (value): void
    • Parameters

      • value: 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
value?: string
width?: number

Generated using TypeDoc