Skip to main content
cngx-src documentation

withTabsClosable

Functioncommon/tabs

projects/common/tabs/tabs-config.ts

Description#

Set the app-wide default for whether tabs render a close affordance.
Default false. Per-instance [closable] Input wins; a per-CngxTab [closable] override wins over both.

Signature#

withTabsClosable(closable: boolean)

Parameters#

@paramclosableboolean

Returns#

CngxTabsConfigFeature