TieredMarkup

public struct TieredMarkup : Codable, Equatable

Properties

  • The markup to apply.

    Declaration

    Swift

    public let markup: Markup
  • The minimum threshold to which a tier applies.

    Declaration

    Swift

    public let minThreshold: Int?

Conformance: Codable

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws

Lifecycle