ValueLabel

public struct ValueLabel
extension ValueLabel: View
extension ValueLabel: _ViewEmptyChecking

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(@ViewBuilder valueLabel: () -> any View = { EmptyView() },
                componentIdentifier: String? = ValueLabel.identifier)
  • Undocumented

    Declaration

    Swift

    static let identifier: String
  • Undocumented

    Declaration

    Swift

    init(valueLabel: AttributedString? = nil)
  • Undocumented

    Declaration

    Swift

    init(_ configuration: ValueLabelConfiguration)
  • Declaration

    Swift

    @MainActor
    public var body: some View { get }
  • Undocumented

    Declaration

    Swift

    public var isEmpty: Bool { get }