FUIRatingControlComponent
public protocol FUIRatingControlComponent : AnyObject
The generic Type
for FUIRatingControl
.
-
The rating for
FUIRatingControl
content.Declaration
Swift
var rating: Int? { get set }
-
Average rating value for
FUIRatingControl
componentDeclaration
Swift
var averageRating: Float? { get set }
-
Indicator to display the leading rating label for the
FUIRatingControl
componentDeclaration
Swift
var showsRatingLeadingLabel: Bool { get set }
-
Indicator to display the trailing rating label for the
FUIRatingControl
componentDeclaration
Swift
var showsRatingTrailingLabel: Bool { get set }
-
Review count for
FUIRatingControl
componentDeclaration
Swift
var ratingReviewCount: Int? { get set }
-
Review count ceiling for
FUIRatingControl
componentDeclaration
Swift
var ratingReviewCountCeiling: Int? { get set }
-
Format of the leading label for
FUIRatingControl
componentDeclaration
Swift
var ratingLeadingLabelFormat: String? { get set }
-
Format of the trailing label for
FUIRatingControl
componentDeclaration
Swift
var ratingTrailingLabelFormat: String? { get set }
-
Indicator to show large size for
FUIRatingControl
componentDeclaration
Swift
var isLargeRatingSize: Bool { get set }