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
/
InfoElement
/
Attributes
Attributes
data
class
Attributes
(
val
name
:
String
,
val
author
:
String
?
,
val
layout
:
String
?
,
val
indicator
:
String
?
,
val
attribution
:
String
?
)
(
source
)
Members
Constructors
Attributes
Link copied to clipboard
constructor
(
name
:
String
,
author
:
String
?
,
layout
:
String
?
,
indicator
:
String
?
,
attribution
:
String
?
)
Properties
attribution
Link copied to clipboard
val
attribution
:
String
?
author
Link copied to clipboard
val
author
:
String
?
indicator
Link copied to clipboard
val
indicator
:
String
?
layout
Link copied to clipboard
val
layout
:
String
?
name
Link copied to clipboard
val
name
:
String