structuralSignature
conststructuralSignature:"~structural"='~structural'
Defined in: packages/core/src/utils/signature.ts:9
Signature returned when a change alters the shape of the query—rules or groups added, removed, moved, or reordered—rather than the properties of a single node. Structural changes never coalesce with each other, so each one produces its own history entry.
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.