Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.observability
/
PanelInfo
Panel
Info
@
Serializable
data
class
PanelInfo
(
val
id
:
String
,
val
title
:
String
,
val
dataEndpoint
:
String
)
(
source
)
Members
Constructors
Panel
Info
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
dataEndpoint
:
String
)
Properties
data
Endpoint
Link copied to clipboard
val
dataEndpoint
:
String
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String