HighlightSpan

public class HighlightSpan : CustomStringConvertible, JSONRepresentable

The HighlightSpan struct

  • String to be determined whether it should be highlighted or not.

    Declaration

    Swift

    public let highlightStr: String
  • The string should be highlighted or not.

    Declaration

    Swift

    public let isHighlighted: Bool
  • Declaration

    Swift

    public var description: String { get }