mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 06:21:19 +00:00
Add missing config settings to type declarations in dist/htmx.d.ts (#1936)
Add missing config settings to type declarations in dist/htmx.d.ts
This commit is contained in:
parent
3540283347
commit
225d8d8cac
10
dist/htmx.d.ts
vendored
10
dist/htmx.d.ts
vendored
@ -385,6 +385,16 @@ export interface HtmxConfig {
|
||||
disableSelector?: "[hx-disable], [data-hx-disable]" | string;
|
||||
/** @default "smooth" */
|
||||
scrollBehavior?: "smooth" | "auto";
|
||||
/**
|
||||
* If set to false, disables the interpretation of script tags.
|
||||
* @default true
|
||||
*/
|
||||
allowScriptTags?: boolean;
|
||||
/**
|
||||
* If set to true, disables htmx-based requests to non-origin hosts.
|
||||
* @default false
|
||||
*/
|
||||
selfRequestsOnly?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user