Skip to content

Commit cbdbe1d

Browse files
authored
1 parent 7fc5ac5 commit cbdbe1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/htmx.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ export const version: string;
290290
export interface HtmxConfig {
291291
/** array of strings: the attributes to settle during the settling phase */
292292
attributesToSettle?: ["class", "style", "width", "height"] | string[];
293+
/** if the focused element should be scrolled into view */
294+
defaultFocusScroll?: boolean;
293295
/** the default delay between completing the content swap and settling attributes */
294296
defaultSettleDelay?: number;
295297
/** the default delay between receiving a response from the server and doing the swap */

0 commit comments

Comments
 (0)