# Properties

| Name                  | Info                                                                                             | Set Info                                                                                                                                                         |
| --------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| name                  | the displayed ui name of the property                                                            |                                                                                                                                                                  |
| match name            | the unique id of the property                                                                    |                                                                                                                                                                  |
| value                 | the text value of the property at a specified time (the "time" property)                         | <p>sets the value of the property (only works if the property doesn't contain keyframes)<br>if there are keyframes use the property action "add key" instead</p> |
| time                  | indicator for the time of an existing keyframe or a time in which a keyframe can be placed later | set this value to a number that represents a time (in seconds) in which a keyframe will be added/removed/adjusted                                                |
| property selected     | checks if the property is selected in the timeline                                               | set to true to select the property                                                                                                                               |
| keyframe selected     | checks if the keyframe is selected in the timeline                                               | set to true to select the keyframe                                                                                                                               |
| speed in              | the value of the keyframe velocity "speed in" option                                             |                                                                                                                                                                  |
| speed out             | the value of the keyframe velocity "speed out" option                                            |                                                                                                                                                                  |
| influence in          | the value of the keyframe velocity "influence in" option                                         |                                                                                                                                                                  |
| influence out         | the value of the keyframe velocity "influence out" option                                        |                                                                                                                                                                  |
| index                 | indicator for the position of a specific keyframe in the order of the keyframes                  |                                                                                                                                                                  |
| expression            | the expression text of the property (if exists)                                                  | specify an expression text for the property                                                                                                                      |
| is expression enabled | checks if the expression of the property is enabled (if exists)                                  | set to true for enable the expression                                                                                                                            |
| have keyframes        | checks if the property has keyframes                                                             |                                                                                                                                                                  |
| number of keyframes   | the number of keyframes in the property                                                          |                                                                                                                                                                  |
| this property         | this property                                                                                    |                                                                                                                                                                  |
| enabled               | checks if the property is enabled                                                                | set to true to enable the property                                                                                                                               |
