We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc5ac5 commit cbdbe1dCopy full SHA for cbdbe1d
src/htmx.d.ts
@@ -290,6 +290,8 @@ export const version: string;
290
export interface HtmxConfig {
291
/** array of strings: the attributes to settle during the settling phase */
292
attributesToSettle?: ["class", "style", "width", "height"] | string[];
293
+ /** if the focused element should be scrolled into view */
294
+ defaultFocusScroll?: boolean;
295
/** the default delay between completing the content swap and settling attributes */
296
defaultSettleDelay?: number;
297
/** the default delay between receiving a response from the server and doing the swap */
0 commit comments