Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
interaction
expandPathsInAttributeData
Function expandPathsInAttributeData
expand
Paths
In
Attribute
Data
(
data
,
acceptWildcardPaths
?
)
:
TypeFromSchema
<
typeof
TlvAttributeData
>
[]
Parameters
data
:
TypeFromFields
<
{
data
:
FieldType
<
TlvStream
>
;
dataVersion
:
OptionalFieldType
<
number
>
;
path
:
FieldType
<
TypeFromFields
<
{
attributeId
:
OptionalFieldType
<
AttributeId
>
;
clusterId
:
OptionalFieldType
<
ClusterId
>
;
enableTagCompression
:
OptionalFieldType
<
boolean
>
;
endpointId
:
OptionalFieldType
<
EndpointNumber
>
;
listIndex
:
OptionalFieldType
<
null
|
number
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
wildcardPathFlags
:
OptionalFieldType
<
TypeFromPartialBitSchema
<
{
reserved1
:
BitFlag
;
skipAttributeList
:
BitFlag
;
skipChangesOmittedAttributes
:
BitFlag
;
skipCommandLists
:
BitFlag
;
skipCustomElements
:
BitFlag
;
skipDiagnosticsClusters
:
BitFlag
;
skipFixedAttributes
:
BitFlag
;
skipGlobalAttributes
:
BitFlag
;
skipRootNode
:
BitFlag
;
}
>
>
;
}
>
>
;
}
>
[]
Optional
acceptWildcardPaths
:
boolean
Returns
TypeFromSchema
<
typeof
TlvAttributeData
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...