Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/node
ESPRMServiceParamInterface
Interface ESPRMServiceParamInterface
Represents the parameter of a node service
interface
ESPRMServiceParamInterface
{
bounds
?:
Record
<
string
,
any
>
;
dataType
:
string
;
name
:
string
;
properties
:
string
[]
;
serviceName
:
string
;
type
:
string
;
validStrings
?:
string
[]
;
value
?:
any
;
}
Hierarchy (
View Summary
)
ESPRMParamInterface
ESPRMServiceParamInterface
Implemented by
ESPRMServiceParam
Index
Properties
bounds?
data
Type
name
properties
service
Name
type
valid
Strings?
value?
Properties
Optional
bounds
bounds
?:
Record
<
string
,
any
>
data
Type
dataType
:
string
name
name
:
string
properties
properties
:
string
[]
service
Name
serviceName
:
string
type
type
:
string
Optional
valid
Strings
validStrings
?:
string
[]
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounds
data
Type
name
properties
service
Name
type
valid
Strings
value
@espressif/rainmaker-base-sdk
Loading...
Represents the parameter of a node service