StylePartList

data class StylePartList(val list: ImmutableList<StylePart>) : StylePart

List of style modifier separated by "|"

Constructors

Link copied to clipboard
constructor(list: ImmutableList<StylePart>)

Properties

Link copied to clipboard
val list: ImmutableList<StylePart>
Link copied to clipboard
open override val maxParameterIndex: Int

returns the max used parameter index in the message. "-1" if there is no parameter

Functions

Link copied to clipboard

Searches the first StylePartSimple, if not found takes the fist named.