Global

Methods

handleBinder(ob, prefixopt)

Re-binds all object methods starting with prefix, so that methods can be used detached from instance. For use in React
Parameters:
Name Type Attributes Default Description
ob Object Object to bind functions to
prefix string <optional>
handle Binds all functions starting with prefix
Source: