TagoIO SDK for JavaScript and TypeScript
Preparing search index...
<internal>
IDeviceParameters
Interface IDeviceParameters
interface
IDeviceParameters
{
default
?:
any
;
group
?:
"default"
|
"main"
|
"advanced"
|
"hide"
;
label
?:
string
;
name
?:
string
;
options
?:
any
[]
;
type
?:
"number"
|
"text"
|
"dropdown"
|
"switch"
;
}
Index
Properties
default?
group?
label?
name?
options?
type?
Properties
Optional
default
default
?:
any
Optional
group
group
?:
"default"
|
"main"
|
"advanced"
|
"hide"
Optional
label
label
?:
string
Optional
name
name
?:
string
Optional
options
options
?:
any
[]
Optional only for dropdown
Optional
type
type
?:
"number"
|
"text"
|
"dropdown"
|
"switch"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
default
group
label
name
options
type
TagoIO SDK for JavaScript and TypeScript
Loading...
Optional only for dropdown