Fix missing TypeScript property (#3315)

Add hidden elt property to HtmxRequestConfig

Co-authored-by: scrhartley <scrhartley@github.com>
This commit is contained in:
Simon Hartley 2025-06-02 17:50:51 +01:00 committed by GitHub
parent 083dbcdd6f
commit 8409ebca3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4355,6 +4355,7 @@ var htmx = (function() {
unfilteredFormData: allFormData,
unfilteredParameters: formDataProxy(allFormData),
headers,
elt,
target,
verb,
errors,
@ -5164,6 +5165,7 @@ var htmx = (function() {
* @property {FormData} unfilteredFormData
* @property {Object} unfilteredParameters unfilteredFormData proxy
* @property {HtmxHeaderSpecification} headers
* @property {Element} elt
* @property {Element} target
* @property {HttpVerb} verb
* @property {HtmxElementValidationError[]} errors