FlickSegmentElement

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

Constructors

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

Types

Link copied to clipboard
data class Attributes(val directions: List<String>, val keyId: String)

Properties

Link copied to clipboard
open override val sourceRange: SourceRange?