RecordTableLabel

abstract class RecordTableLabel : Label

Renders as n-column table First column consists of one cell containing mainText. Next (n-1) columns contain values from properties. It is supposed that all element in properties collection would have (n-1) elements.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
abstract val mainText: String?
Link copied to clipboard
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