RowElement

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

Constructors

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

Types

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

Properties

Link copied to clipboard
open override val sourceRange: SourceRange?