Multi-select button-toggle group · Single-select button-toggle group · Single-value boolean checkbox with indetermina...
common/interactive
Category
No results found
Features105#
- ComponentCngxButtonMultiToggleGroupWCAG AAMulti-select button-toggle group
- ComponentCngxButtonToggleGroupWCAG AASingle-select button-toggle group
- ComponentCngxCheckboxWCAG AASingle-value boolean checkbox with indeterminate support and W3C role="checkbox" semantics
- ComponentCngxCheckboxGroupWCAG AAMulti-value checkbox-group molecule
- ComponentCngxChipGroupWCAG AASingle-select chip group
- ComponentCngxCloseButtonWCAG AAShared close/dismiss button molecule
- ComponentCngxCopyBlockWCAG AAMolecule: code/text block with a built-in copy button
- ComponentCngxMultiChipGroupWCAG AAMulti-select chip group
- ComponentCngxRadioWCAG AASingle radio leaf
- ComponentCngxRadioGroupWCAG AARadio-group molecule that owns the canonical value for a set of CngxRadio leaves and provides the parent contract via...
- ComponentCngxToggleWCAG AASingle-value boolean switch with W3C role="switch" semantics
- DirectiveCngxAsyncClickWCAG AAAsync action handler with loading state, auto-disable, and success/error feedback
- DirectiveCngxAsyncStatusWCAG AAReflects an externally-owned {@link CngxAsyncState} onto its host - the read-only sibling of CngxAsyncClick
- DirectiveCngxButtonToggleWCAG AAButton-toggle leaf
- DirectiveCngxChipInGroupWCAG AAIn-group chip leaf - applies onto <cngx-chip> from @cngx/common/display and wires role="option" seman...
- DirectiveCngxChipInputWCAG AATokenizing input that turns user-entered strings into emitted tokenCreated events on separator keys (default: comma +...
- DirectiveCngxChipInteractionWCAG AAStandalone interactive chip - applies onto <cngx-chip> from @cngx/common/display and wires role="option&qu...
- DirectiveCngxCopyTextWCAG AAClipboard copy behavior - forms-free version for @cngx/common
- DirectiveCngxDisclosureWCAG AAGeneric expand/collapse (disclosure) behavior
- DirectiveCngxExpandableWCAG AAPassive expand/collapse contract for elements whose open state is driven from the outside - typically a CngxTreeContr...
- DirectiveCngxFailedWCAG AATemplate shown after an async action fails (for feedbackDuration ms)
- DirectiveCngxHoverableTracks whether the host element is currently hovered via mouse pointer
- DirectiveCngxHoverIntentWCAG AADebounced hover-intent primitive
- DirectiveCngxNavBadgeWCAG AAInline badge for navigation items - shows counts, dots, or status indicators
- DirectiveCngxNavGroupWCAG AANavigation accordion group - a collapsible section in a sidebar nav
- DirectiveCngxNavLabelWCAG AANon-interactive section header for navigation groups
- DirectiveCngxNavLinkWCAG AANavigation link atom
- DirectiveCngxPendingWCAG AATemplate shown while an async action is executing
- DirectiveCngxPressableProvides instant press feedback via CSS class on pointerdown
- DirectiveCngxPressRippleMolecule combining press feedback + ripple in a single directive
- DirectiveCngxRippleTouch/click ripple feedback without Material dependency
- DirectiveCngxSpeakWCAG AAAHeadless text-to-speech directive using the browser's SpeechSynthesis API
- DirectiveCngxSucceededWCAG AATemplate shown after an async action succeeds (for feedbackDuration ms)
- InjectableCngxNavGroupRegistryWCAG AAScoped registry for single-accordion coordination
- TokenCNGX_BUTTON_MULTI_TOGGLE_GROUPWCAG AADI token a CngxButtonToggle leaf injects to find its multi-mode parent group
- TokenCNGX_BUTTON_TOGGLE_GROUPWCAG AADI token a CngxButtonToggle leaf injects to find its single-mode parent group
- TokenCNGX_CHIP_GROUP_HOSTWCAG AADI token a CngxChipInGroup leaf injects to find its parent chip group
- TokenCNGX_CLOSE_ICONInjection token for a custom close icon component
- TokenCNGX_CONTROL_VALUEDI token every cngx interactive atom registers via useExisting: <self> so its host element doubles as a value-s...
- TokenCNGX_HOVER_INTENT_DEFAULTSOptional DI fallback for CngxHoverIntent 's enterDelay / leaveDelay input defaults
- TokenCNGX_NAV_CONFIGInjection token for nav system configuration
- TokenCNGX_OPTION_CONTAINERDI token registered by both CngxOption and CngxOptionGroup
- TokenCNGX_RADIO_GROUPWCAG AADI token a CngxRadio leaf injects to find its parent group
- DirectiveCngxAccordionWCAG AACoordinating directive for an accordion
- DirectiveCngxAccordionPanelWCAG AAAccordion header
- TokenCNGX_ACCORDIONDI token for the {@link CngxAccordionHost} contract
- DirectiveCngxBreadcrumbWCAG AALinear breadcrumb navigation
- DirectiveCngxBreadcrumbItemWCAG AAA single crumb
- DirectiveCngxBreadcrumbSeparatorWCAG AAVisual separator between crumbs (slash, chevron, projected icon)
- TokenCNGX_BREADCRUMBDI token for the {@link CngxBreadcrumbHost} contract
- TokenCNGX_BREADCRUMB_COLLAPSE_STRATEGYDI token for the breadcrumb collapse rule
- DirectiveCngxErrorAggregatorWCAG AAAggregates one-or-more {@link CngxErrorSource} children into a single live A11y surface
- DirectiveCngxErrorScopeWCAG AAMarks a DOM subtree as an error visibility scope
- DirectiveCngxErrorSourceWCAG AARegisters a single error condition with the nearest {@link CngxErrorAggregator} ancestor
- DirectiveCngxErrorStateWCAG AAMarks any DOM element as carrying an error state
- TokenCNGX_ERROR_AGGREGATORWCAG AADI token resolving to the nearest {@link CngxErrorAggregatorContract} ancestor
- TokenCNGX_ERROR_SCOPEWCAG AADI token resolving to the nearest {@link CngxErrorScopeContract} ancestor
- DirectiveCngxLongPressWCAG AADetects long-press gestures via Pointer Events
- DirectiveCngxSwipeWCAG AADetects directional swipe gestures via Pointer Events and reports the resolved direction
- DirectiveCngxSwipeDismissWCAG AADetects directional swipe gestures via Pointer Events
- DirectiveCngxBeforeUnloadPrevents accidental page navigation when there are unsaved changes
- DirectiveCngxClickOutsideEmits when the user interacts outside the host element
- DirectiveCngxKeyboardShortcutWCAG AADeclarative keyboard shortcut handler
- DirectiveCngxSearchDebounced search term tracker for <input> elements
- DirectiveCngxListboxWCAG AAComposite listbox primitive built on top of CngxActiveDescendant
- DirectiveCngxListboxSearchWCAG AASearch input for a CngxListbox
- DirectiveCngxListboxTriggerWCAG AATrigger atom for listbox dropdowns
- DirectiveCngxOptionWCAG AAA single selectable option registered with a surrounding CngxActiveDescendant
- DirectiveCngxOptionGroupWCAG AAGroups related CngxOption s under a visual and semantic header
- TokenCNGX_OPTION_FILTER_HOSTDI token a host provides on itself when it wants to drive per-option hidden visibility through a reactive search term...
- TokenCNGX_OPTION_INTERACTION_HOSTWCAG AADI token a host provides on itself when content-projected CngxOption instances need a fallback path to highlight + ac...
- TokenCNGX_OPTION_STATUS_HOSTDI token an option-projection root (e.g
- DirectiveCngxContextMenuTriggerWCAG AAOpens a CngxMenu -bearing popover at pointer coordinates in response to contextmenu (right-click) or Shift+F10 (keybo...
- DirectiveCngxMenuWCAG AANavigable menu container with WAI-ARIA role="menu" semantics
- DirectiveCngxMenuGroupWCAG AALogical grouping for menu items
- DirectiveCngxMenuItemWCAG AAA single action menuitem registered with a surrounding CngxActiveDescendant
- DirectiveCngxMenuItemCheckboxWCAG AACheckable menu item ( role="menuitemcheckbox" )
- DirectiveCngxMenuItemIconWCAG AAMarker directive for the leading icon position inside a [cngxMenuItem]
- DirectiveCngxMenuItemKbdWCAG AAMarker directive for the keyboard-shortcut hint position inside a [cngxMenuItem]
- DirectiveCngxMenuItemLabelWCAG AAMarker directive for the primary label position inside a [cngxMenuItem]
- DirectiveCngxMenuItemRadioWCAG AARadio-style menu item ( role="menuitemradio" )
- DirectiveCngxMenuItemSubmenuWCAG AACompanion directive applied to a [cngxMenuItem] that opens a nested submenu
- DirectiveCngxMenuItemSuffixWCAG AAMarker directive for a trailing detail slot inside a [cngxMenuItem] secondary text or a status pill that sits between...
- DirectiveCngxMenuSeparatorWCAG AAVisual + semantic separator inside a CngxMenu
- DirectiveCngxMenuTriggerWCAG AATrigger atom for dropdown menus
- InjectableCngxMenuAnnouncerWCAG AAGlobal polite live-region announcer for the menu family
- TokenCNGX_MENU_ANNOUNCER_FACTORYWCAG AADI token carrying the factory that yields the menu family's announcer
- TokenCNGX_MENU_CONFIGDI token carrying the resolved {@link CngxMenuConfig}
- TokenCNGX_MENU_DISMISS_HANDLER_FACTORYFactory token for {@link CngxMenuDismissHandler}
- TokenCNGX_MENU_HOSTWCAG AADI token a menu host provides for sub-component composers (e.g
- TokenCNGX_MENU_NAV_STRATEGYWCAG AADI token carrying the {@link CngxMenuNavStrategy} that menu/menubar directives consult on every ArrowLeft/ArrowRight ...
- TokenCNGX_MENU_RADIO_GROUPWCAG AADI token a radio-grouping menu host provides for CngxMenuItemRadio to resolve
- TokenCNGX_MENU_SUBMENU_ITEMWCAG AADI token a submenu-companion directive provides
- DirectiveCngxReorderWCAG AALevel-2 atom that turns any flat container into a reorderable list
- TokenCNGX_CHIP_STRIP_ROVING_FACTORYWCAG AADI token resolving the factory used to instantiate a {@link CngxChipStripRovingController}
- ComponentCngxRangeSliderWCAG AAFinished two-thumb (range) slider
- ComponentCngxSliderWCAG AAFinished single-thumb slider
- DirectiveCngxRangeSliderTrackWCAG AAHeadless dual-thumb (range) slider brain
- DirectiveCngxSliderThumbWCAG AAOne focusable thumb of a {@link CngxRangeSlider}
- DirectiveCngxSliderTrackWCAG AAHeadless single-thumb slider brain
- TokenCNGX_SLIDER_RANGEDI token for the {@link CngxSliderRangeHost} contract
- DirectiveCngxHierarchicalNavWCAG AAW3C-tree keyboard extension
- TokenCNGX_HIERARCHICAL_NAV_STRATEGYWCAG AADI token carrying the {@link CngxHierarchicalNavStrategy} that CngxHierarchicalNav consults on every ArrowLeft/Right ...
- TokenCNGX_TREE_CONFIGDI token carrying the merged {@link CngxTreeConfig}
- TokenCNGX_TREE_CONTROLLER_FACTORYInjection token that resolves the factory used to instantiate a {@link CngxTreeController}
References139#
- InterfaceCngxBreadcrumbHostContract a {@link CngxBreadcrumb} provides to its items and to a drop-in overflow via DI
- InterfaceCngxBreadcrumbWidthTierOne width breakpoint for the responsive breadcrumb collapse: at minWidth pixels and above, show at most maxVisible cr...
- InterfaceCngxButtonMultiToggleGroupContractMulti-select parent contract every CngxButtonMultiToggleGroup provides via useExisting
- InterfaceCngxButtonToggleGroupContractSingle-select parent contract every CngxButtonToggleGroup provides via useExisting
- InterfaceCngxChipGroupHostParent contract every chip-group molecule ( CngxChipGroup single, CngxMultiChipGroup multi) provides via useExisting
- InterfaceCngxControlValueStructural contract every cngx interactive value-bearing atom exposes to its surrounding form-bridge
- InterfaceCngxHoverIntentDefaultsOptional app-wide defaults for CngxHoverIntent 's dwell timings
- InterfaceCngxNavConfigConfiguration options for the cngx nav system
- InterfaceCngxOptionContainerGroupPublic surface a CngxOptionGroup exposes when registered under CNGX_OPTION_CONTAINER
- InterfaceCngxRadioGroupContractParent-child contract every CngxRadioGroup provides via useExisting
- InterfaceCngxRadioRegistrationStructural surface a CngxRadio leaf exposes when it registers itself with a parent CngxRadioGroup
- InterfaceCngxSliderInteractionAPG keyboard + pointer-drag handlers produced by {@link createSliderInteraction}
- InterfaceCngxSliderInteractionOptionsOptions for {@link createSliderInteraction}
- InterfaceCngxSliderThumbBoundsEffective, sibling-clamped bounds a single thumb may move within
- InterfaceCngxSliderTicksViewTick view produced by {@link createSliderTicks}
- InterfaceNavConfigFeatureA feature configuration function returned by withXxx() helpers
- InterfaceNavGroupRefMinimal interface for nav group instances tracked by the registry
- InterfacePopoverControllerMinimum popover contract this trigger expects
- InterfaceSwipeReading
- Functionclamp
- FunctioncreateThumbValueBuilds a WritableSignal<number> view over one end of the range tuple: reads range.value()[index] reactively, ro...
- FunctionheadersEqualOrder-independent identity-set equality for the header registry
- FunctioninjectNavConfigInjects the resolved nav config, merging provided values with defaults
- FunctionprovideNavConfigProvides nav system configuration
- FunctionreflectAsyncDisplayStatusSingle source for collapsing a {@link CngxAsyncState} into its display bucket
- FunctionresolveParent
- FunctionsliderTickValues
- FunctionsnapToStep
- FunctionwithNavAnimationSets the animation duration for nav group expand/collapse in ms
- FunctionwithNavIndentSets the indentation per depth level in px
- FunctionwithSingleAccordionEnables single-accordion mode - only one nav group can be open at a time
- VariableCNGX_NAV_DEFAULTSDefault nav configuration values
- VariableDEFAULT_BREADCRUMB_WIDTH_TIERSDefault width tiers, matching the headless responsive-collapse recipe: 640px and up shows 6, 440px and up shows 4, an...
- VariableNO_COLLAPSE
- VariablewarnedFocusHosts
- Type AliasAsyncActionAction function that returns a Promise or Observable
- Type AliasCngxAsyncDisplayStatusDisplay bucket a reflector collapses an {@link CngxAsyncState} into
- Type AliasCngxBreadcrumbCollapseStrategyA collapse strategy decides which crumb indices fold into the overflow menu
- Type AliasCngxSliderThumbPositionWhich end of a range slider a {@link CngxSliderThumb} drives
- Type AliasNavBadgeVariantVisual variant for the nav badge
- Type AliasParentResolution
- InterfaceCngxAccordionHeaderHandleRegistration handle a {@link CngxAccordionPanel} header passes to its coordinator so the keyboard-nav factory can rov...
- InterfaceCngxAccordionHostContract a {@link CngxAccordion} provides so each {@link CngxAccordionPanel} can read the open/closed arbitration and...
- InterfaceCngxAccordionKeyboardNavResolved keyboard surface for an accordion's headers
- InterfaceCngxAccordionKeyboardNavHostCoordinator surface {@link createAccordionKeyboardNav} reads
- InterfaceCngxAccordionKeyboardNavOptionsInputs to {@link createAccordionKeyboardNav}
- FunctioncreateAccordionKeyboardNavLevel-2 factory implementing the WAI-ARIA APG accordion keyboard model over a registration model rather than contentC...
- FunctioncreateBreadcrumbCollapseThe default collapse rule: keep the first crumb and the last maxVisible - 1 , folding the middle into the overflow menu
- FunctionresolveBreadcrumbTierPure width->count resolver: returns the maxVisible of the tier with the highest minWidth that is still <= width
- InterfaceCngxErrorAggregatorContractContract every {@link CngxErrorAggregator} (or external override) fulfils
- InterfaceCngxErrorAggregatorSourceEntryOne registered error source within an {@link CngxErrorAggregatorContract}
- InterfaceCngxErrorScopeContractContract every {@link CngxErrorScope} (or external override) fulfils
- Type AliasSwipeAxisAxis a swipe gesture is allowed to register on
- Type AliasSwipeDirectionSwipe direction - matches drawer positions for natural composition
- FunctioncanDeactivateWhenCleanCreates a functional route guard that blocks navigation when the form is dirty
- InterfaceCngxOptionContainerOptionPublic surface a CngxOption exposes when registered under CNGX_OPTION_CONTAINER
- InterfaceCngxOptionFilterHostPull-based contract a parent host (e.g
- InterfaceCngxOptionInteractionHostPull-based contract a parent host (e.g
- InterfaceCngxOptionStatusDiscriminated status entry rendered in CngxOption 's reserved internal status slot
- InterfaceCngxOptionStatusHostPull-based contract a select-shell host implements so individual CngxOption instances can render an infrastructure in...
- Type AliasCngxOptionContainerDiscriminated union describing one direct child of a hierarchy-aware option projection root (e.g
- Type AliasListboxMatchFnMatcher function used by CngxListboxSearch to filter options
- InterfaceCngxMenuAnnouncerLikePublic surface every menu-side consumer talks to
- InterfaceCngxMenuAriaLabelsLocalised UI strings the menu announces or otherwise renders
- InterfaceCngxMenuConfigResolved configuration consumed by every menu directive in the family
- InterfaceCngxMenuDismissHandlerHandler returned by {@link createMenuDismissHandler}
- InterfaceCngxMenuDismissHandlerOptionsOptions for {@link createMenuDismissHandler}
- InterfaceCngxMenuDismissPopoverRefStructural contract the menu dismiss handler reads from the popover
- InterfaceCngxMenuHostStructural contract a CngxMenu (or a future menu-bar / nested menu host) exposes to composers
- InterfaceCngxMenuNavContextContext passed to every strategy step
- InterfaceCngxMenuNavStrategyPluggable keyboard policy for ArrowRight/ArrowLeft inside a menu or menubar
- InterfaceCngxMenuRadioGroupSelection contract a radio-grouping menu host exposes to its CngxMenuItemRadio children
- InterfaceCngxMenuSubmenuLikeStructural contract a CngxMenuItemSubmenu (or any submenu-aware companion) exposes so the surrounding menu trigger ca...
- InterfaceCngxMenuTriggerDismissBindingTrigger-side dismiss lifecycle
- InterfaceCngxMenuTriggerDismissBindingOptionsOptions for {@link createMenuTriggerDismissBinding}
- FunctioncreateMenuAnnouncerDefault factory that hands out the root-scoped {@link CngxMenuAnnouncer} singleton
- FunctioncreateMenuDismissHandlerDefault factory
- FunctioncreateMenuTriggerDismissBindingBuild the dismiss lifecycle for a menu-bearing trigger directive
- FunctioncreateW3CMenuStrategyDefault W3C APG menu keyboard policy: ArrowRight on a submenu parent that is currently closed → open-submenu
- FunctioninjectMenuAnnouncerResolve the {@link CngxMenuAnnouncerLike} from the current injection scope via the factory token
- FunctioninjectMenuConfigResolves the {@link CngxMenuConfig} from the current injection scope
- FunctionprovideCngxMenuUnified aggregator for the menu family's configuration
- FunctionprovideMenuConfigProvide a menu configuration at app root
- FunctionprovideMenuConfigAtComponent-scoped menu configuration override
- FunctionwithAriaLabelsOverride one or more ARIA strings (English defaults)
- FunctionwithCloseOnSelectWhether activating a leaf item closes the menu
- FunctionwithDismissOnBlurWhether the "context lost" bundle dismisses the menu
- FunctionwithDismissOnOutsideClickWhether pointerdown outside the menu's popover and the trigger host dismisses the menu
- FunctionwithDismissOnScrollWhether window scroll while the menu is open dismisses it
- FunctionwithSubmenuCloseDelayOverride the delay between leaving a submenu parent and closing the submenu (milliseconds)
- FunctionwithSubmenuOpenDelayOverride the delay between hovering a submenu parent and opening the submenu (milliseconds)
- FunctionwithTypeaheadDebounceOverride the typeahead debounce window (milliseconds) for menu navigation
- VariableCNGX_SUBMENU_TRY_FALLBACKSRecommended position-try-fallbacks chain for menu submenu popovers
- VariablecreateMenuRadioControllerPure factory wiring a {@link CngxMenuRadioGroup} from already-created signals
- VariableDEFAULT_MENU_CONFIGLibrary-default menu configuration
- Type AliasCngxMenuAnnouncerFactoryFactory shape consumed by CNGX_MENU_ANNOUNCER_FACTORY
- Type AliasCngxMenuConfigFeatureSingle feature-flag function consumed by {@link provideMenuConfig} and {@link provideCngxMenu}
- Type AliasCngxMenuDismissHandlerFactoryFactory signature for {@link CNGX_MENU_DISMISS_HANDLER_FACTORY}
- Type AliasCngxMenuDismissSourceIdentifier for the dismissal path that fired most recently
- Type AliasCngxMenuFeatureUnion of every feature kind the menu family aggregator accepts
- Type AliasCngxMenuNavActionOutcome dispatched by a {@link CngxMenuNavStrategy} step
- Type AliasCngxMenuRadioGroupFactoryFactory shape - pass into a custom DI provider to wrap selection in telemetry, server-sync, or audit logging without ...
- InterfaceOptimisticStateState exposed by the optimistic action
- FunctionoptimisticCreates an optimistic update function for a signal
- InterfaceCngxChipStripRovingControllerController produced by {@link createChipStripRoving}
- InterfaceCngxChipStripRovingOptionsConfiguration for {@link createChipStripRoving}
- InterfaceCngxReorderEventPayload emitted by (reordered) whenever a pointer drag or a modifier + arrow keyboard move settles on a new position
- FunctioncreateChipStripRovingPlain factory for the chip-strip roving-tabindex controller shared by {@link CngxReorderableMultiSelect} today and by...
- Type AliasCngxChipStripRovingFactorySignature of the factory behind {@link CNGX_CHIP_STRIP_ROVING_FACTORY}
- Type AliasCngxReorderModifierModifier key that arms the keyboard-reorder handler
- InterfaceRetryConfigConfiguration for withRetry()
- InterfaceRetryStateState exposed by the retryable action — read-only signals for UI feedback
- FunctionwithRetryWraps an AsyncAction with automatic retry logic
- InterfaceCngxSliderCoreDerived view and write surface produced by {@link createSliderCore}
- InterfaceCngxSliderCoreOptionsInputs for {@link createSliderCore}
- InterfaceCngxSliderRangeHostContract a {@link CngxRangeSlider} provides so each {@link CngxSliderThumb} can read the shared track config, learn i...
- FunctioncreateSliderCorePure factory for a slider's value derivation - the brain shared by {@link CngxSlider} and each {@link CngxSliderT...
- FunctioncreateSliderInteractionPure factory for a slider's keyboard + pointer-drag behaviour - the shared interaction brain for both {@link Cngx...
- FunctioncreateSliderTicksDerives a slider's tick marks + labels from its bounds, shared by {@link CngxSlider} and {@link CngxRangeSlider} ...
- FunctionpointerFractionMaps a pointer position to a 0..1 track fraction against el 's geometry
- InterfaceCngxHierarchicalNavContextContext passed to every strategy step
- InterfaceCngxHierarchicalNavStrategyPluggable keyboard policy for {@link CngxHierarchicalNav}
- InterfaceCngxTreeConfigApp-wide tree-controller configuration
- InterfaceCngxTreeConfigFeatureFeature returned by a with* function - merged by {@link provideTreeConfig}
- InterfaceCngxTreeControllerSignal-native tree controller
- InterfaceCngxTreeControllerOptionsConfiguration for {@link createTreeController}
- FunctioncreateTreeAdItemsProjects a tree controller's visibleNodes into the ActiveDescendantItem[] shape consumed by CngxActiveDescendant....
- FunctioncreateTreeControllerPlain factory for a signal-native tree controller
- FunctioncreateW3CTreeStrategyDefault W3C APG treeview keyboard policy: ArrowRight on a collapsed parent expands it
- FunctioninjectTreeConfigInject the currently-resolved config
- FunctionprovideTreeConfigRegister an app-wide {@link CngxTreeConfig} composed from with* features
- FunctionprovideTreeConfigAtSub-tree / component-scoped variant - use in viewProviders so the tree config only applies to descendants of this com...
- FunctionwithDefaultInitiallyExpandedApp-wide default initiallyExpanded seed
- FunctionwithDefaultKeyFnApp-wide default keyFn
- FunctionwithDefaultLabelFnApp-wide default labelFn
- FunctionwithDefaultNodeIdFnApp-wide default nodeIdFn
- FunctionwithTreeCacheLimitBound the isExpanded(id) signal cache
- Type AliasCngxHierarchicalNavActionOutcome dispatched by a {@link CngxHierarchicalNavStrategy} step
- Type AliasCngxTreeControllerFactoryFactory signature carried by the DI token