onIconMouseIn( )


Sets the function that runs when a user's mouse enters one of the rating icons.

Method Declaration
Copy
Method Parameters
handlerfunctionRequired

handler(event: IconMouseInEvent): void The name of the function or the function expression to run when the item is ready.

Returns
Return Type:RatingsInput
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?