FlickElement

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

Constructors

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

Types

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

Properties

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