getcallbackvalue
Returns the function assigned to an object's callback property, which is otherwise inaccessible through standard indexing.
Parameters
object
- The object to get the callback property from.property
- The name of the callback property.
Example
Last updated