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

    Interface ClickAwayValue

    A value returned from the useClickAway hook.

    interface ClickAwayValue {
        containerProps: DOMAttributes<Element>;
    }
    Index

    Properties

    Properties

    containerProps: DOMAttributes<Element>

    Props of a container element that can receive clicks without triggering click away.

    An object which identity never changes between renders.