Number Property
A basic numeric input.
Units can be displayed next to a numeric input using the @units
decorator.
A static list of options can be provided using the TypeScript String Literal type system. Doing so provides a dropdown menu with the options.
For more complex dropdown examples, see Select Property.