Documentation
Toggle table of contents
0.0.0-a04-SNAPSHOT
Select version
0.0.0-a04-SNAPSHOT
dev
common
Target filter
common
Switch theme
Search in API
Skip to content
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
?