an optional string to append to the number before setting the value
DecoratorCallback
Decorator to bind the value of an element to a number
//This will bind the text (value) of the div with id myDiv1 to the number in value
@BindValueToNumber("myDiv1")
public value: number = 100;
Generated using TypeDoc
the element to bind the property to