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
Info
Element
data
class
InfoElement
(
val
attributes
:
Keyboard3Ast.InfoElement.Attributes
,
val
sourceRange
:
SourceRange
?
=
null
)
:
XmlLocatable
,
Keyboard3Ast.Keyboard3Element.Child
(
source
)
Members
Constructors
Info
Element
Link copied to clipboard
constructor
(
attributes
:
Keyboard3Ast.InfoElement.Attributes
,
sourceRange
:
SourceRange
?
=
null
)
Types
Attributes
Link copied to clipboard
data
class
Attributes
(
val
name
:
String
,
val
author
:
String
?
,
val
layout
:
String
?
,
val
indicator
:
String
?
,
val
attribution
:
String
?
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Keyboard3Ast.InfoElement.Attributes
source
Range
Link copied to clipboard
open
override
val
sourceRange
:
SourceRange
?