ink-cartridge
    Preparing search index...

    Variable LayerElementContextConst

    LayerElementContext: Context<
        | {
            auto: boolean
            | ComponentType<any>[];
            hostPage: ComponentType<any> | null;
            id: string;
            layer: Layer;
            regionFocus: RegionFocusMap;
        }
        | null,
    > = ...

    React context for elements rendered inside a layer.

    Carries the element's ID, its owning layer, the host page, and whether the layer automatically takes over keyboard events.