SettingsElement

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

Constructors

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

Types

Link copied to clipboard
data class Attributes(val normalization: String?)

Properties

Link copied to clipboard
open override val sourceRange: SourceRange?