-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
contentIssues related to the contents of the documentation websiteIssues related to the contents of the documentation website
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
Metadata
Metadata
Assignees
Labels
contentIssues related to the contents of the documentation websiteIssues related to the contents of the documentation website
Type
Projects
Status
Done