Text Editing (enable) property in text controls
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-editor-devel.h
index ac2bc6d..619f91a 100644 (file)
@@ -138,6 +138,12 @@ enum Type
    * @details Name "selectedTextEnd", type Property::INTEGER.
    */
   SELECTED_TEXT_END,
+
+  /**
+   * @brief The Editable state of control.
+   * @details Name "editable", type Property::BOOL.
+   */
+  ENABLE_EDITING,
 };
 
 } // namespace Property