Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
tlv
OptionalRepeatedFieldType
Interface OptionalRepeatedFieldType<T>
interface
OptionalRepeatedFieldType
<
T
>
{
fallback
?:
T
;
id
:
number
;
maxLength
?:
number
;
optional
:
true
;
repeated
:
true
;
schema
:
TlvSchema
<
T
>
;
}
Type Parameters
T
Hierarchy (
view full
)
OptionalFieldType
<
T
>
OptionalRepeatedFieldType
Index
Properties
fallback?
id
max
Length?
optional
repeated
schema
Properties
Optional
fallback
fallback
?:
T
id
id
:
number
Optional
max
Length
max
Length
?:
number
optional
optional
repeated
repeated
schema
schema
:
TlvSchema
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fallback
id
max
Length
optional
repeated
schema
matter.js-monorepo
Loading...