React Hookers - v6.3.0
    Preparing search index...

    Interface ClickAwayProps

    Props for the useClickAway hook.

    interface ClickAwayProps {
        isDisabled?: boolean;
        onClickAway?: () => void;
    }
    Index

    Properties

    isDisabled?: boolean

    If true, click-away listeners are disabled.

    false
    
    onClickAway?: () => void

    A handler that is called when a user clicks outside the container.