SubstatusStyle

public protocol SubstatusStyle : DynamicProperty

Undocumented

SubstatusStyle

  • modifier(_:) Extension method

    Undocumented

    Declaration

    Swift

    func modifier(_ modifier: some ViewModifier) -> some SubstatusStyle
  • concat(_:) Extension method

    Undocumented

    Declaration

    Swift

    func concat(_ style: some SubstatusStyle) -> some SubstatusStyle

Available where Self == SubstatusColorStyle

  • negativeLabel Extension method

    .negativeLabel color style for Substatus

    Declaration

    Swift

    static var negativeLabel: Self { get }
  • positiveLabel Extension method

    .positiveLabel color style for Substatus

    Declaration

    Swift

    static var positiveLabel: Self { get }
  • criticalLabel Extension method

    .criticalLabel color style for Substatus

    Declaration

    Swift

    static var criticalLabel: Self { get }
  • informativeLabel Extension method

    .informativeLabel color style for Substatus

    Declaration

    Swift

    static var informativeLabel: Self { get }

Available where Self == SubstatusBaseStyle

Available where Self == SubstatusFioriStyle