the element to bind the property to
DecoratorCallback
Decorator to bind the visibility of an element to a boolean
//This will hide the div with id myDiv1 if the visible property is false@BindVisibleToBoolean("myDiv1")public visible: boolean = true; Copy
//This will hide the div with id myDiv1 if the visible property is false@BindVisibleToBoolean("myDiv1")public visible: boolean = true;
Generated using TypeDoc
the element to bind the property to