Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Type aliases

OnRateCallback

OnRateCallback: (this: Rating, currentNumberOfStars: number) => void

Type declaration

    • (this: Rating, currentNumberOfStars: number): void
    • Callback that is invoked when the user gives a rating. See also RatingCfg.onRate.

      Parameters

      • this: Rating
      • currentNumberOfStars: number

      Returns void

Generated using TypeDoc