ClickCatcher

A transparent layer that’s placed below the project UI. Its job, as the name implies, is to catch interactions (“clicks”) that are in “dead space” (aren’t on the project interface nor the platform interface) to bring up

Props

API

  • setClickAction({function} clickAction) - Sets which function gets called when the clickCatcher is activated
  • getClickAction() => {function} - Gets the function set by setClickAction
  • click(props) - Calls the function set by setClickAction with the props parameter

parentContainer

root

Rate this page: X
Tell us more!