the class name to add
DecoratorCallback
Decorator to bind the cssClassName property if the boolean property is true
//This will add the css class myCSSClass to the div with id myDiv if the enabled property is true
@BindCSSClassToBoolean("myDiv", "myCSSClass")
public enabled: boolean = true;
Generated using TypeDoc
the element to bind the property to