Interface TextAreaProps

Basic properties of every Component

Hierarchy

Properties

attrs?: object
autoFocus?: boolean
autoGrow?: boolean
cls?: string
data?: any
dom_events?: IDOMEvents
enabled?: boolean
flex?: string | number
height?: string | number
id?: string
left?: number
name?: string
ns?: string
placeHolder?: string
readOnly?: boolean
ref?: string
rows?: number
spellcheck?: boolean
style?: IMap<string | number>
tabIndex?: number
tag?: string
text?: string
tooltip?: string
top?: number
width?: string | number

Generated using TypeDoc