[Aura Constants] Support float properties. |
|
Issue descriptionThis is relevant for aura_constants.cc/h. Currently, we cannot set an aura constant, which are used as window properties, as a float. In ClassProperties, each property is converted to an int64_t, which causes truncation. |
|
►
Sign in to add a comment |
|