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 activatedgetClickAction() => {function}- Gets the function set bysetClickActionclick(props)- Calls the function set bysetClickActionwith thepropsparameter
parentContainer
root