Closed
Description
What is missing or inaccurate about the content on this page?
All of the parameters in Ionic methods are missing descriptions. This should be added like the following:
/**
* Scroll by a specified X/Y distance in the component.
*
* @param x The amount to scroll on the horizontal axis.
* @param y The amount to scroll on the vertical axis.
* @param duration The amount of time it takes to scroll in milliseconds. Defaults to `0`.
*/
It is currently not documented either: https://ionicframework.com/docs/api/content#methods