Input

data class Input(val input: String) : KoogAttributes.Koog.Node(source)

koog.node.input attribute.

Constructors

Link copied to clipboard
constructor(input: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val key: String

Attribute key

Link copied to clipboard
open override val value: HiddenString

Attribute value.

Functions

Link copied to clipboard
open fun String.concatKey(other: String): String

Joins two attribute-key segments with a . separator.