ink-cartridge
    Preparing search index...

    Type Alias RegionFocusEntry

    A mouse-region ref's keyboard focus target: which focusId to activate when the region is clicked (or hovered with enterOnFocus).

    type RegionFocusEntry = {
        focusId: string | FocusRef;
    }
    Index
    focusId: string | FocusRef