Skip to content

Commit 8409ebc

Browse files
scrhartleyscrhartley
andauthored
Fix missing TypeScript property (#3315)
Add hidden elt property to HtmxRequestConfig Co-authored-by: scrhartley <scrhartley@github.com>
1 parent 083dbcd commit 8409ebc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/htmx.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4355,6 +4355,7 @@ var htmx = (function() {
43554355
unfilteredFormData: allFormData,
43564356
unfilteredParameters: formDataProxy(allFormData),
43574357
headers,
4358+
elt,
43584359
target,
43594360
verb,
43604361
errors,
@@ -5164,6 +5165,7 @@ var htmx = (function() {
51645165
* @property {FormData} unfilteredFormData
51655166
* @property {Object} unfilteredParameters unfilteredFormData proxy
51665167
* @property {HtmxHeaderSpecification} headers
5168+
* @property {Element} elt
51675169
* @property {Element} target
51685170
* @property {HttpVerb} verb
51695171
* @property {HtmxElementValidationError[]} errors

0 commit comments

Comments
 (0)