diff --git a/app/ng-ui-widgets-category/text-view/end.md b/app/ng-ui-widgets-category/text-view/end.md index f6e036a2..3fa587e4 100644 --- a/app/ng-ui-widgets-category/text-view/end.md +++ b/app/ng-ui-widgets-category/text-view/end.md @@ -4,6 +4,7 @@ |:---------|:---------|:---------------| | `autocapitalizationType` | [`AutocapitalizationType`](https://docs.nativescript.org/api-reference/modules/_ui_editor_text_base_#autocapitalizationtype) | Gets or sets the autocapitalization type. | | `autocorrect` | `boolean` | Enables or disables autocorrection. | +| `editable` | `boolean` | Enables or disables editing the content. | | `keyboardType` | [`KeyboardType`](https://docs.nativescript.org/api-reference/modules/_ui_editor_text_base_#keyboardtype) | Gets or sets the soft keyboard type | | `letterSpacing` | `number` | Gets or sets letter space style property. | | `lineHiehgt` | `number` | Gets or sets line height style property. |