Skip to main content

ClassnameSpec<S>

Defined in: packages/core/src/utils/deriveClassNames.ts:26

How one derived classname is composed: the controlClassnames keys that contribute to it (in application order, after the standard classname), plus any state-dependent classes.

Type Parameters

Type Parameter
S

Properties

conditions?

optional conditions?: readonly ClassnameCondition<S>[]

Defined in: packages/core/src/utils/deriveClassNames.ts:28


sources

sources: readonly keyof Classnames[]

Defined in: packages/core/src/utils/deriveClassNames.ts:27


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.