Number Property

A basic numeric input.

Simple Number Property


Units can be displayed next to a numeric input using the @units decorator.

Units


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.