TagoIO SDK for JavaScript and TypeScript
Preparing search index...
Types
DashboardInfo
Interface DashboardInfo
interface
DashboardInfo
{
arrangement
?:
Arrangement
[]
;
background
:
any
;
blueprint_device_behavior
:
"more_than_one"
|
"always"
;
blueprint_devices
:
[
{
conditions
:
[
{
key
:
string
;
value
:
string
}
]
;
filter_conditions
?:
[
{
blueprint_device
:
string
;
tag_key
:
string
;
type
:
string
}
,
]
;
id
:
string
;
label
?:
string
;
name
:
string
;
}
,
]
;
blueprint_selector_behavior
:
|
"open"
|
"closed"
|
"always_open"
|
"always_closed"
;
created_at
:
Date
;
group_by
:
[
]
;
icon
:
{
color
?:
string
;
url
:
string
}
;
id
:
string
;
label
:
string
;
last_access
:
Date
;
setup
:
any
;
shared
:
{
allow_share
:
boolean
;
allow_tags
:
boolean
;
email
:
string
;
expire_time
:
string
;
free_account
:
boolean
;
id
:
string
;
name
:
string
;
}
;
tabs
:
[
]
;
tags
?:
TagsObj
[]
;
theme
:
any
;
type
:
string
;
updated_at
:
Date
;
visible
?:
boolean
;
}
Hierarchy (
View Summary
)
DashboardCreateInfo
DashboardInfo
Index
Properties
arrangement?
background
blueprint_
device_
behavior
blueprint_
devices
blueprint_
selector_
behavior
created_
at
group_
by
icon
id
label
last_
access
setup
shared
tabs
tags?
theme
type
updated_
at
visible?
Properties
Optional
arrangement
arrangement
?:
Arrangement
[]
background
background
:
any
blueprint_
device_
behavior
blueprint_device_behavior
:
"more_than_one"
|
"always"
blueprint_
devices
blueprint_devices
:
[
{
conditions
:
[
{
key
:
string
;
value
:
string
}
]
;
filter_conditions
?:
[
{
blueprint_device
:
string
;
tag_key
:
string
;
type
:
string
}
,
]
;
id
:
string
;
label
?:
string
;
name
:
string
;
}
,
]
blueprint_
selector_
behavior
blueprint_selector_behavior
:
"open"
|
"closed"
|
"always_open"
|
"always_closed"
created_
at
created_at
:
Date
group_
by
group_by
:
[
]
icon
icon
:
{
color
?:
string
;
url
:
string
}
id
id
:
string
label
label
:
string
last_
access
last_access
:
Date
setup
setup
:
any
shared
shared
:
{
allow_share
:
boolean
;
allow_tags
:
boolean
;
email
:
string
;
expire_time
:
string
;
free_account
:
boolean
;
id
:
string
;
name
:
string
;
}
tabs
tabs
:
[
]
Optional
tags
tags
?:
TagsObj
[]
theme
theme
:
any
type
type
:
string
updated_
at
updated_at
:
Date
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
arrangement
background
blueprint_
device_
behavior
blueprint_
devices
blueprint_
selector_
behavior
created_
at
group_
by
icon
id
label
last_
access
setup
shared
tabs
tags
theme
type
updated_
at
visible
TagoIO SDK for JavaScript and TypeScript
Loading...