TextLabel

class TextLabel(value: String, val shape: String? = "ellipse") : Label

Label representing a plain text inside a given shape

Constructors

Link copied to clipboard
constructor(value: String, shape: String? = "ellipse")

Properties

Link copied to clipboard
open override val shape: String?

Shape of this node. The full list of shapes is given here

Link copied to clipboard
open override val text: String

Node text. May be simple simple text or HTML