LabelVariable

data class LabelVariable(val name: String) : Variable

A variable that binds a label.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toDocument(): Document

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val nameCategory: String

Extensions