@espressif/rainmaker-base-cdf
Preparing search index...
types
ESPRMGroupInterface
Interface ESPRMGroupInterface
Interface representing a group of nodes.
interface
ESPRMGroupInterface
{
customData
?:
Record
<
string
,
any
>
;
description
?:
string
;
fabricId
?:
string
;
id
:
string
;
isMatter
?:
boolean
;
isPrimaryUser
?:
boolean
;
metadata
?:
Record
<
string
,
any
>
;
mutuallyExclusive
?:
boolean
;
name
:
string
;
nodeDetails
?:
ESPRMNodeInterface
[]
;
nodes
?:
string
[]
;
parentGroupId
?:
string
;
subGroups
?:
ESPRMGroupInterface
[]
;
totalNodes
?:
number
;
type
?:
string
;
}
Implemented by
ESPRMGroup
Index
Properties
custom
Data?
description?
fabric
Id?
id
is
Matter?
is
Primary
User?
metadata?
mutually
Exclusive?
name
node
Details?
nodes?
parent
Group
Id?
sub
Groups?
total
Nodes?
type?
Properties
Optional
custom
Data
customData
?:
Record
<
string
,
any
>
Optional
description
description
?:
string
Optional
fabric
Id
fabricId
?:
string
id
id
:
string
Optional
is
Matter
isMatter
?:
boolean
Optional
is
Primary
User
isPrimaryUser
?:
boolean
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Optional
mutually
Exclusive
mutuallyExclusive
?:
boolean
name
name
:
string
Optional
node
Details
nodeDetails
?:
ESPRMNodeInterface
[]
Optional
nodes
nodes
?:
string
[]
Optional
parent
Group
Id
parentGroupId
?:
string
Optional
sub
Groups
subGroups
?:
ESPRMGroupInterface
[]
Optional
total
Nodes
totalNodes
?:
number
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Data
description
fabric
Id
id
is
Matter
is
Primary
User
metadata
mutually
Exclusive
name
node
Details
nodes
parent
Group
Id
sub
Groups
total
Nodes
type
@espressif/rainmaker-base-cdf
Loading...
Interface representing a group of nodes.