PropertyState¶
Enum | orca.core
Represents the various states a property can be in.
Constants¶
| Name | Description |
|---|---|
Normal |
Normal property state when no triggers are active |
Hover |
Property state when the mouse is hovering over it |
Focus |
Property state when it has focus |
Select |
Property state when it is selected |
Disable |
Property state when it is disabled |
OldValue |
Property state representing the previous value |