Skip to main content

deriveRuleGroupOuterClassName()

deriveRuleGroupOuterClassName(options: OuterClassNameOptions): string

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

The outer (wrapper) classname for a rule group, including every conditional state class.

A group reflects fewer drag-and-drop states than a rule—dndOver, dndCopy, dndDropNotAllowed, and hasSubQuery do not apply—so this is not interchangeable with deriveRuleOuterClassName.

Parameters

ParameterType
optionsOuterClassNameOptions

Returns

string


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.