Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
dom-helpers
/
cjs
/
scrollLeft.d.ts
blob: 38ea8a10ae98a4ebcc8a3ef0a8a492cae9a16f8f [
file
] [
log
] [
blame
] [
edit
]
declare
const
_default
:
{
(
node
:
Element
):
number
;
(
node
:
Element
,
val
:
number
):
undefined
;
};
/**
* Gets or sets the scroll left position of a given element.
*
* @param node the element
* @param val the position to set
*/
export
default
_default
;