starStyle
|
{
backgroundUri: string,
foregroundUri: string,
secondaryUri?: string
}
|
-
|
backgroundSrc: image link of the unselected star. You can customize the image or use the default image. Only local images are supported.
foregroundSrc: image path of the selected star. You can customize the image or use the default image. Only local images are supported.
secondarySrc: image path of the partially selected star. You can customize the image or use the default image. Only local images are supported.
|