trigger Visibility Event
open fun triggerVisibilityEvent(componentTree: ComponentTree, visibilityEventType: Class<out Any>): Boolean
Tries to trigger the requested visibility event on the given component tree on the first matching visibility output
Return
true if a matching object to trigger the event on was found
Parameters
component Tree
the component tree to search
visibility Event Type
the event to trigger