Interface TextEditProps

Basic properties of every Component

Hierarchy

Properties

attrs?: object
autoFocus?: boolean
autosel?: boolean
cls?: string
data?: any
dom_events?: IDOMEvents
enabled?: boolean
events?: MapEvents<TextEditEventMap>
flex?: string | number
format?: string
height?: string | number
icon?: IconID
id?: string
label?: string | HtmlString
labelAlign?: "left" | "top" | "right"
labelWidth?: number
left?: number
max?: number
min?: number
name?: string
ns?: string
pattern?: string
placeHolder?: string
readOnly?: boolean
ref?: string
required?: boolean
spellcheck?: boolean
style?: IMap<string | number>
tabIndex?: number | boolean
tag?: string
tooltip?: string
top?: number
type?: EditType
uppercase?: boolean
validator?: ValidationFunction
value?: string
value_hook?: ValueHook
width?: string | number

Generated using TypeDoc