Skip to main content
cngx-src documentation

CNGX_TABS_COMMIT_ACTION

Tokenv0.1.0

InjectionToken<CngxTabsCommitActionSource>

Description#

DI fallback the presenter reads when its [commitAction] input is unbound. Directives compose via DI tokens, not by hand-binding another directive's input (Pillar 3). When a source is present and exposes a non-null action(), its mode() wins over the [commitMode] input.

Type#

InjectionToken<CngxTabsCommitActionSource>