mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00
Fix missing TypeScript property (#3315)
Add hidden elt property to HtmxRequestConfig Co-authored-by: scrhartley <scrhartley@github.com>
This commit is contained in:
parent
083dbcdd6f
commit
8409ebca3b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user