DisplayElement

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

Constructors

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

Types

Link copied to clipboard
data class Attributes(val keyId: String?, val output: String?, val display: String)

Properties

Link copied to clipboard
open override val sourceRange: SourceRange?