Hello!
I want to understand the way Output Property works. My scenario is like this;
I have created a Dialog that is Shown or Hidden on the basis of a property that is kept local inside the Component, known as ShowPopup (boolean).
Now I have two basic questions;
- Is it possible to update the Custom Input Property from the app such as I have to update the property ShowPopup on the OnSelect of a control within the same component. Such as button.
- If the first one is not possible then how can I achieve this by passing an Custom Output Property such as Button Response to the control where is it used and then on the basis of that Output, it sends the Input command again as ShowPopup = false so that it gets hidden.
Please let me know if you want further information on this.