Creates a new text area
The initial value of the text area.
Optional
width: numberThe width of the text area or null for the default value.
Optional
height: numberThe height of the text area or null for the default value.
Optional
change: ((textArea) => void)The event which is fired when the value of the text area changes.
A new text area.
Generated using TypeDoc
Text area constructor interface