File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905
905
interface IntersectionObserverInit {
906
906
root?: Element | Document | null;
907
907
rootMargin?: string;
908
+ scrollMargin?: string;
908
909
threshold?: number | number[];
909
910
}
910
911
Original file line number Diff line number Diff line change @@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905
905
interface IntersectionObserverInit {
906
906
root?: Element | Document | null;
907
907
rootMargin?: string;
908
+ scrollMargin?: string;
908
909
threshold?: number | number[];
909
910
}
910
911
Original file line number Diff line number Diff line change @@ -905,6 +905,7 @@ interface InputEventInit extends UIEventInit {
905
905
interface IntersectionObserverInit {
906
906
root?: Element | Document | null;
907
907
rootMargin?: string;
908
+ scrollMargin?: string;
908
909
threshold?: number | number[];
909
910
}
910
911
Original file line number Diff line number Diff line change 425
425
"members" : {
426
426
"member" : {
427
427
"delay" : null , // Blink only as of 2024-07
428
- "scrollMargin" : null , // Blink only as of 2024-07
429
428
"trackVisibility" : null // Blink only as of 2024-07
430
429
}
431
430
}
You can’t perform that action at this time.
0 commit comments