Skip to content

Summary_Style

rockbruno edited this page May 9, 2020 · 1 revision

Summary.Style

The sentimental result of a Summary.

public enum Style

Enumeration Cases

positive

Indicates that the result was good.

case positive

neutral

Indicates that the result was neutral.

case neutral

negative

Indicates that the result was bad.

case negative

Properties

hexColor

The attributed hex color of this style.

var hexColor: String
Clone this wiki locally