Skip to content

Commit 246360b

Browse files
authored
Adds Scroll margin (microsoft#2157)
1 parent 979503a commit 246360b

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905905
interface IntersectionObserverInit {
906906
root?: Element | Document | null;
907907
rootMargin?: string;
908+
scrollMargin?: string;
908909
threshold?: number | number[];
909910
}
910911

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905905
interface IntersectionObserverInit {
906906
root?: Element | Document | null;
907907
rootMargin?: string;
908+
scrollMargin?: string;
908909
threshold?: number | number[];
909910
}
910911

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905905
interface IntersectionObserverInit {
906906
root?: Element | Document | null;
907907
rootMargin?: string;
908+
scrollMargin?: string;
908909
threshold?: number | number[];
909910
}
910911

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@
425425
"members": {
426426
"member": {
427427
"delay": null, // Blink only as of 2024-07
428-
"scrollMargin": null, // Blink only as of 2024-07
429428
"trackVisibility": null // Blink only as of 2024-07
430429
}
431430
}

0 commit comments

Comments
 (0)