Trading Assistant API Documentation - v0.1.0
Preparing search index...
types
DashboardWidget
Interface DashboardWidget
interface
DashboardWidget
{
id
:
string
;
type
:
"chart"
|
"metric"
|
"table"
|
"list"
;
title
:
string
;
position
:
{
x
:
number
;
y
:
number
;
width
:
number
;
height
:
number
}
;
config
:
Record
<
string
,
any
>
;
}
Index
Properties
id
type
title
position
config
Properties
id
id
:
string
type
type
:
"chart"
|
"metric"
|
"table"
|
"list"
title
title
:
string
position
position
:
{
x
:
number
;
y
:
number
;
width
:
number
;
height
:
number
}
config
config
:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
type
title
position
config
Trading Assistant API Documentation - v0.1.0
Loading...