hasEvent
checks whether the component has the specified event handler
function hasEvent( // the event name, case-insensitive name: string): void
Example
Section titled “Example”var is_exit = mydata.hasEvent('onBeforeSelect');
See also
Section titled “See also”Articles
API