textField

abstract fun textField(textField: Formatted): SymbolLayer

Set the TextField property

Parameters

textField

value of textField

abstract fun textField(textField: Expression): SymbolLayer

Set the TextField property

Parameters

textField

value of textField as Expression

abstract fun textField(textField: String): SymbolLayer

Set the TextField property as String.

Parameters

textField

value of textField as String

abstract fun textField(block: Formatted.() -> Unit): SymbolLayer

DSL for construct Formatted textField.