Langfuse JS/TS SDKs
GitHub
Docs
Preparing search index...
@langfuse/core
unstable
CreateDashboardWidgetRequest
Interface CreateDashboardWidgetRequest
interface
CreateDashboardWidgetRequest
{
chartConfig
?:
unstable
.
DashboardWidgetChartConfigInput
;
chartType
:
unstable
.
DashboardWidgetChartType
;
description
?:
string
;
dimensions
:
unstable
.
DashboardWidgetDimension
[]
;
filters
:
unstable
.
DashboardWidgetFilter
[]
;
metrics
:
unstable
.
DashboardWidgetMetric
[]
;
name
:
string
;
view
:
unstable
.
DashboardWidgetView
;
}
Index
Properties
chart
Config?
chart
Type
description?
dimensions
filters
metrics
name
view
Properties
Optional
chart
Config
chartConfig
?:
unstable
.
DashboardWidgetChartConfigInput
Defaults to the plain config for
chartType
.
chart
Type
chartType
:
unstable
.
DashboardWidgetChartType
Optional
description
description
?:
string
Defaults to an empty string.
dimensions
dimensions
:
unstable
.
DashboardWidgetDimension
[]
filters
filters
:
unstable
.
DashboardWidgetFilter
[]
metrics
metrics
:
unstable
.
DashboardWidgetMetric
[]
name
name
:
string
view
view
:
unstable
.
DashboardWidgetView
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chart
Config
chart
Type
description
dimensions
filters
metrics
name
view
GitHub
Docs
Langfuse JS/TS SDKs
Loading...
Defaults to the plain config for
chartType.