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