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