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