```css
// Property: handleLinks// Description: Specifies if the text area should allow user interaction with the given URL in the given range of text.// Component(s): Ti.UI.TextArea'.handle-links': { handleLinks: true }
'.handle-links-false': { handleLinks: false }
```