Skip to main content
cngx-src documentation

CngxTabOverflowTemplateBindingsOptions

Interface

projects/common/tabs/overflow/overflow-template-cascade.ts

Import#

import { CngxTabOverflowTemplateBindingsOptions } from '@cngx/common/tabs'

Description#

Inputs to createTabOverflowTemplateBindings.
The molecule runs the contentChild() queries (injection-context-only) and supplies the reactive sources; the factory owns cascade resolution and per-context builders.

Index#

Instance Properties#

Readonly

Resolved CngxTabsConfig (the middle cascade tier).

hiddenCount#Signal
Readonly

Live count of hidden tabs (drives triggerContext.count).

hiddenTabs#Signal
Readonly

Live hidden-tab list (drives triggerContext.hiddenTabs).

itemSlot#Signal
Readonly

contentChild(CngxTabOverflowItem) from the molecule.

pickTab#function
Readonly

Commit-aware select callback - invoked from itemContext.pick.

triggerSlot#Signal
Readonly

contentChild(CngxTabOverflowTrigger) from the molecule.