Is it possible to set a value of a property as the default value?

Is it possible to set a value of a property as the default value every time I am in a certain state?

Say for example that I have a component with two properties.

Chat Type = 1:1 or Group Chat
Avatar = None or On

Every time that I change to Group Chat I want that the Avatar property default be the On, not None. How do I set up that?

Thanks ;p

This isn’t possible but if you remove the group chat + none combination entirely, the only available combination which is group chat + on would be selected. But that’s probably not what you want.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.