UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

12 lines 580 B
�� Function: hasBound(object) Description: Determines if an object has an associated bound object previously set using bindObjects(). Returns: True if bound, false otherwise. Example: // Does object1 have a previously set bound object. var isBound = $A.hasBound(domElement1);