Spot

public struct Spot : Codable

Usually, a spotted character (C, S, E, X or P) is used for classes, struct, enum, extension and protocols. But you can define your own spot for a entity when you define the stereotype, adding a single character and a color. For further info see https://plantuml.com/class-diagram#4b62dd14f1d33739

  • spotted character

    Declaration

    Swift

    public var character: Character
  • background color of spot

    Declaration

    Swift

    public var color: Color