InfoElement

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

Constructors

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

Types

Link copied to clipboard
data class Attributes(val name: String, val author: String?, val layout: String?, val indicator: String?, val attribution: String?)

Properties

Link copied to clipboard
open override val sourceRange: SourceRange?