ReorderElement

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

Constructors

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

Types

Link copied to clipboard
data class Attributes(val before: String?, val from: String, val order: String?, val tertiary: String?, val tertiaryBase: String?, val preBase: String?)

Properties

Link copied to clipboard
open override val sourceRange: SourceRange?