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
/
KeyElement
/
Attributes
Attributes
data
class
Attributes
(
val
id
:
String
,
val
flickId
:
String
?
,
val
gap
:
String
?
,
val
output
:
String
?
,
val
longPressKeyIds
:
List
<
String
>
?
,
val
longPressDefaultKeyId
:
String
?
,
val
multiTapKeyIds
:
List
<
String
>
?
,
val
stretch
:
String
?
,
val
layerId
:
String
?
,
val
width
:
String
?
)
(
source
)
Members
Constructors
Attributes
Link copied to clipboard
constructor
(
id
:
String
,
flickId
:
String
?
,
gap
:
String
?
,
output
:
String
?
,
longPressKeyIds
:
List
<
String
>
?
,
longPressDefaultKeyId
:
String
?
,
multiTapKeyIds
:
List
<
String
>
?
,
stretch
:
String
?
,
layerId
:
String
?
,
width
:
String
?
)
Properties
flick
Id
Link copied to clipboard
val
flickId
:
String
?
gap
Link copied to clipboard
val
gap
:
String
?
id
Link copied to clipboard
val
id
:
String
layer
Id
Link copied to clipboard
val
layerId
:
String
?
long
Press
Default
Key
Id
Link copied to clipboard
val
longPressDefaultKeyId
:
String
?
long
Press
Key
Ids
Link copied to clipboard
val
longPressKeyIds
:
List
<
String
>
?
multi
Tap
Key
Ids
Link copied to clipboard
val
multiTapKeyIds
:
List
<
String
>
?
output
Link copied to clipboard
val
output
:
String
?
stretch
Link copied to clipboard
val
stretch
:
String
?
width
Link copied to clipboard
val
width
:
String
?