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
/
Keyboard3Element
/
Attributes
Attributes
data
class
Attributes
(
val
locale
:
String
,
val
conformsTo
:
String
,
val
xmlns
:
String
?
,
val
draft
:
String
?
)
(
source
)
Members
Constructors
Attributes
Link copied to clipboard
constructor
(
locale
:
String
,
conformsTo
:
String
,
xmlns
:
String
?
,
draft
:
String
?
)
Properties
conforms
To
Link copied to clipboard
val
conformsTo
:
String
draft
Link copied to clipboard
val
draft
:
String
?
locale
Link copied to clipboard
val
locale
:
String
xmlns
Link copied to clipboard
val
xmlns
:
String
?