Skip to main content
cngx-src documentation

CNGX_PANEL_RENDERER_FACTORY

Tokenv0.1.0WCAG AA

InjectionToken<CngxPanelRendererFactory>

Description#

Renderer factory token. Default createIdentityPanelRenderer.

Virtualising renderer contract:

  1. renderOptions MUST be a contiguous slice - AD assumes ArrowDown lands on the next DOM-order element.
  2. Renderer extends the window when AD nav exceeds it.
  3. totalCount returns the full count, not the windowed count.
  4. Renderer is signal-reactive.

Type#

InjectionToken<CngxPanelRendererFactory>

Provided in#

'root'