ink-cartridge
    Preparing search index...

    Type Alias Page

    type Page = {
        component: React.ComponentType<any>;
        regionFocus: RegionFocusMap;
    }
    Index
    component: React.ComponentType<any>
    regionFocus: RegionFocusMap

    Map of mouse-region refs on this page to the keyboard focus each drives. Persisted in the navigation state so it survives re-renders.