diff --git a/topics/user_interface_components/kotlin_ui_dsl_version_2.md b/topics/user_interface_components/kotlin_ui_dsl_version_2.md index 82c89ee78..4d6baa9ae 100644 --- a/topics/user_interface_components/kotlin_ui_dsl_version_2.md +++ b/topics/user_interface_components/kotlin_ui_dsl_version_2.md @@ -1,6 +1,6 @@ -# Kotlin UI DSL Version 2 + - +# Kotlin UI DSL Version 2 Kotlin DSL for creating UI forms with input components bound to state object. @@ -417,6 +417,8 @@ It is possible to bind component values to properties with the following methods ### Cell.graphProperty +> Removed in 2023.3, please use `validationRequestor(property::afterPropagation)` instead. + Binds `component` value changing to property. The property is updated when the value is changed and is not related to `DialogPanel.apply()`. The method is rarely used directly.