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
KPIProgressItem
instance in a view hierarchy where this style is the current tag style.Declaration
Swift
func makeBody(configuration: Self.Configuration) -> Self.Body
Parameters
configuration
The properties of the KPI progress item.
-
The properties of a progress view style.
Declaration
Swift
typealias Configuration = FioriProgressViewStyleConfiguration