DecoratorCallback
Decorator to bind the disabled attribute of an element to a boolean
//This will disable the button with id myButton if the disabled property is true
@BindDisabledToBoolean("myButton")
public disabled: boolean = true;
Generated using TypeDoc
the element to bind the property to