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

    Interface KeyboardValue

    A value returned from the useKeyboard hook.

    interface KeyboardValue {
        keyboardProps: DOMAttributes<Element>;
    }
    Index

    Properties

    Properties

    keyboardProps: DOMAttributes<Element>

    Props of an element for which keyboard is tracked.

    An object which identity never changes between renders.