Skip to main content
cngx-src documentation

CngxTabMatchMode

Type Aliascommon/tabs

projects/common/tabs/url-match.ts

Referenced by#

Description#

How a tab's route is compared against the current URL.

  • 'suffix' - the tab owns the trailing segment(s), the leaf semantics a role="tablist" implies.
  • 'prefix' - the tab owns a subtree, the section semantics a role="navigation" of links implies.

Definition#

"suffix" | "prefix"