ink-cartridge
    Preparing search index...

    Type Alias BoundKeyboardReactOptions

    BoundKeyboardReactOptions: BoundKeyboardOptions & {
        ref?: RefObject<DOMElement | null>;
    }

    React-side extension of BoundKeyboardOptions: an optional ref to a DOM element that doubles as a mouse region. When a ref and a focusId are both present, useKeyboard().boundKeyboard records the ref → focusId mapping so that clicking the region (via useMouseRegion) forwards keyboard focus to focusId.