LayersElement

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

Constructors

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

Types

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

Properties

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