Function: getDocumentScroll()
function getDocumentScroll(): Coordinate;
Defined in: packages/blockly/core/utils/svg_math.ts:125
Gets the document scroll distance as a coordinate object. Copied from Closure's goog.dom.getDocumentScroll.
Returns
Object with values 'x' and 'y'.