PortalRating
Class:
esri/portal/PortalRating
Inheritance: PortalRating Accessor
Since: ArcGIS API for JavaScript 4.2
PortalRating provides details about the rating associated with a Portal item. View the ArcGIS REST API documentation for the Item Rating for more details.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
Date | Date the rating was added to the item. more details | more details | PortalRating | |
String | The name of the class. more details | more details | Accessor | |
Number | A rating between 1.0 and 5.0 for the item. more details | more details | PortalRating |
Property Details
- created Date
Date the rating was added to the item.
- Since: ArcGIS API for JavaScript 4.7
The name of the class. The declared class name is formatted as
esri.folder.className
.
- rating Number
A rating between 1.0 and 5.0 for the item.
Loading...