mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +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,
|
unfilteredFormData: allFormData,
|
||||||
unfilteredParameters: formDataProxy(allFormData),
|
unfilteredParameters: formDataProxy(allFormData),
|
||||||
headers,
|
headers,
|
||||||
|
elt,
|
||||||
target,
|
target,
|
||||||
verb,
|
verb,
|
||||||
errors,
|
errors,
|
||||||
@ -5164,6 +5165,7 @@ var htmx = (function() {
|
|||||||
* @property {FormData} unfilteredFormData
|
* @property {FormData} unfilteredFormData
|
||||||
* @property {Object} unfilteredParameters unfilteredFormData proxy
|
* @property {Object} unfilteredParameters unfilteredFormData proxy
|
||||||
* @property {HtmxHeaderSpecification} headers
|
* @property {HtmxHeaderSpecification} headers
|
||||||
|
* @property {Element} elt
|
||||||
* @property {Element} target
|
* @property {Element} target
|
||||||
* @property {HttpVerb} verb
|
* @property {HttpVerb} verb
|
||||||
* @property {HtmxElementValidationError[]} errors
|
* @property {HtmxElementValidationError[]} errors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user