Skip to main content
Skip table of contents

"scrollTop" property is not defined in EventTarget

If you have this error in your TS code in a CustomAction component, use the following code:

TYPESCRIPT
(event.target as HTMLElement).scrollTop;
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.