k3lp Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
k3lp Documentation
core
/
org.k3lp.ast
/
Keyboard3Ast
/
ReorderElement
Reorder
Element
data
class
ReorderElement
(
val
attributes
:
Keyboard3Ast.ReorderElement.Attributes
,
val
sourceRange
:
SourceRange
?
=
null
)
:
XmlLocatable
,
Keyboard3Ast.TransformGroupElement.Child
(
source
)
Members
Constructors
Reorder
Element
Link copied to clipboard
constructor
(
attributes
:
Keyboard3Ast.ReorderElement.Attributes
,
sourceRange
:
SourceRange
?
=
null
)
Types
Attributes
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
attributes
Link copied to clipboard
val
attributes
:
Keyboard3Ast.ReorderElement.Attributes
source
Range
Link copied to clipboard
open
override
val
sourceRange
:
SourceRange
?