Skip to main content
cngx-src documentation

CngxStepScan

Interface

projects/core/nav/step-resolver.ts

Import#

import { CngxStepScan } from '@cngx/core'

Description#

Scan description for resolveStepFrom and resolveBoundaryStep.

Index#

Instance Properties#

count#number
Readonly

Total number of indices in the range [0, count).

isDisabledAt#function
ReadonlyOptional

Disabled predicate per index. Omitted, every index counts as enabled (the virtual-window case: unrendered items' disabled state is unknowable, so they must stay reachable).

ReadonlyOptional

Wrap around the boundaries via modulo instead of stopping. Default false: a probe outside the range resolves to null.