Skip to main content
cngx-src documentation

CngxSelectEmptyContext

Interface

projects/forms/select/shared/template-slots.ts

Import#

import { CngxSelectEmptyContext } from '@cngx/forms/select'

Description#

Empty-state template context.

Index#

Instance Properties#

filtered#boolean
Readonly

Distinguishes "no matches" from "no options at all".

searchTerm#string
Readonly

Live filter term; '' for button-trigger variants.

totalCount#number
Readonly

Unfiltered count for "no matches in N items" messaging.