disabled
Description
defines whether an area is disabledType
boolean
Default
false
Example
<Area disabled={true} />
Details
It is also possible to set an area to the disabled state by declaring the property with no value:
<Area disabled /> <!-- equals to "disabled={true}" -->
Related article: Setting the disabled state
Related sample: Textarea