Skip to content

Ionic method parameters are missing descriptions #634

Closed
@brandyscarney

Description

@brandyscarney

URL
https://github.com/ionic-team/ionic/tree/master/core/src/components/content#scrollbypointx-number-y-number-duration-number--promisevoid

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

No one assigned

    Labels

    contentIssues related to the contents of the documentation website

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions