LayerElement

data class LayerElement(val attributes: Keyboard3Ast.LayerElement.Attributes, val content: List<Keyboard3Ast.LayerElement.Child>, val sourceRange: SourceRange? = null) : XmlLocatable, Keyboard3Ast.LayersElement.Child(source)

Constructors

Link copied to clipboard
constructor(attributes: Keyboard3Ast.LayerElement.Attributes, content: List<Keyboard3Ast.LayerElement.Child>, sourceRange: SourceRange? = null)

Types

Link copied to clipboard
data class Attributes(val id: String?, val modifiers: String?)
Link copied to clipboard
sealed interface Child : XmlLocatable

Properties

Link copied to clipboard
Link copied to clipboard
open override val sourceRange: SourceRange?