RatingChangedEventArgs

12 Sep 20251 minute to read

Provides information about valueChanged event callback

Properties

event Event

Provides the original event

isInteracted boolean

Provides whether the change is triggered by user interaction.

name string

Specifies name of the event.

previousValue number

Provides the previous value.

value number

Provides the current value.