Collapse element when onClick anywhere not on element

Oh thanks! Follow-up questions. What would I put for the ‘event’ in the onBlur function? Right now I have this:

$w('#calendar').onBlur( () => {
        $w('#calendar').collapse();
})