Methods
-
<static> check(id)
-
called from component to check, if it's allowed to emit UI event.
Parameters:
Name Type Description id
String -
<static> lock(id)
-
Makes only components with provided ids list (or one id string) to emit UI events
Note, that method rewrites current enabled ids list every call.
Parameters:
Name Type Description id
String | Array.<String> component's lock id, or Array of lock ids to be only enabled
-
<static> unlock()
-
Releases all components