HoverOn

public struct HoverOn : OptionSet, Encodable

Do the hover effects highlight individual boxes or sample points or both?

  • Declaration

    Swift

    public let rawValue: Int
  • Undocumented

    Declaration

    Swift

    public static var boxes: HoverOn { get }
  • Undocumented

    Declaration

    Swift

    public static var points: HoverOn { get }
  • Declaration

    Swift

    public init(rawValue: Int)
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws