KPIProgressViewStyle
public protocol KPIProgressViewStyle
Defines view style APIs for an _KPIProgressItem
-
A view that represents the body of a KPI progress item.
Declaration
Swift
associatedtype Body : View -
Creates a view that represents the body of a KPI progress item.
The system calls this method for each
_KPIProgressIteminstance in a view hierarchy where this style is the current tag style.Declaration
Swift
func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
configurationThe properties of the KPI progress item.
-
The properties of a progress view style.
Declaration
Swift
typealias Configuration = FioriProgressViewStyleConfiguration