ScrollDirection
Type Alias: ScrollDirection
type ScrollDirection = "up" | "down" | "left" | "right";
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/crawler.ts:16
Scroll directions for the crawler
type ScrollDirection = "up" | "down" | "left" | "right";
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/crawler.ts:16
Scroll directions for the crawler