```scss
// Property(ies): editable
// Component(s): Ti.UI.DashboardView, Ti.UI.SearchBar, Ti.UI.TextArea, Ti.UI.TextField
'.editable': { editable: true }
'.non-editable': { editable: false }
```