StatusStyle
public protocol StatusStyle : DynamicProperty
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Body : View
-
Undocumented
Declaration
Swift
func makeBody(_ configuration: StatusConfiguration) -> Body
-
modifier(_:
Extension method) Undocumented
Declaration
Swift
func modifier(_ modifier: some ViewModifier) -> some StatusStyle
-
concat(_:
Extension method) Undocumented
Declaration
Swift
func concat(_ style: some StatusStyle) -> some StatusStyle
-
negativeLabel
Extension method.negativeLabel
color style forStatus
Declaration
Swift
static var negativeLabel: Self { get }
-
positiveLabel
Extension method.positiveLabel
color style forStatus
Declaration
Swift
static var positiveLabel: Self { get }
-
criticalLabel
Extension method.criticalLabel
color style forStatus
Declaration
Swift
static var criticalLabel: Self { get }
-
informativeLabel
Extension method.informativeLabel
color style forStatus
Declaration
Swift
static var informativeLabel: Self { get }
-
base
Extension methodUndocumented
Declaration
Swift
static var base: StatusBaseStyle { get }
-
fiori
Extension methodUndocumented
Declaration
Swift
static var fiori: StatusFioriStyle { get }