StringElement

data class StringElement(val attributes: Keyboard3Ast.StringElement.Attributes, val sourceRange: SourceRange? = null) : XmlLocatable, Keyboard3Ast.VariablesElement.Child(source)

Constructors

Link copied to clipboard
constructor(attributes: Keyboard3Ast.StringElement.Attributes, sourceRange: SourceRange? = null)

Types

Link copied to clipboard
data class Attributes(val id: String, val value: String)

Properties

Link copied to clipboard
open override val sourceRange: SourceRange?