Skip to content

Commit

Permalink
rename scrollOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
paweltomaszewskisaucelabs authored and FriggaHel committed Dec 18, 2024
1 parent 05c2c0d commit 343428c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions visual-js/visual/src/graphql/__generated__/graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion visual-js/visual/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type FullPageScreenshotOptions<T> =
/**
* Change scroll behaviour before and after taking full page screenshot. Available only on native apps.
*/
nativeScrollOptions?: ScrollOption;
scrollOptions?: ScrollOption;
};

export type Ignorable<T> = T | T[] | Promise<T> | Promise<T[]> | RegionIn;
Expand Down

0 comments on commit 343428c

Please sign in to comment.