ScanCodesElement

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

Constructors

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

Types

Link copied to clipboard
data class Attributes(val codes: List<String>)

Properties

Link copied to clipboard
open override val sourceRange: SourceRange?