AbortInfo
Defined in: packages/core/src/utils/queryTools.ts:72
Details about an aborted query tool operation.
Properties
operation
operation:
"move"|"add"|"remove"|"update"|"insert"|"group"
Defined in: packages/core/src/utils/queryTools.ts:76
The query tool that aborted.
pathOrID?
optionalpathOrID?:string|Path
Defined in: packages/core/src/utils/queryTools.ts:78
The path or id that could not be used, when the reason relates to a specific target.
reason
reason:
AbortReason
Defined in: packages/core/src/utils/queryTools.ts:74
Why the operation was aborted.
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.