open-nav
GitHub
npm
Preparing search index...
core/src
CodecFieldDescriptor
Interface CodecFieldDescriptor
Structural forms of the generated descriptors the codec reads.
interface
CodecFieldDescriptor
{
maxOccurs
?:
number
;
name
:
string
;
ns
:
string
;
optional
?:
boolean
;
repeated
?:
boolean
;
type
:
string
;
}
Index
Properties
max
Occurs?
name
ns
optional?
repeated?
type
Properties
Optional
max
Occurs
maxOccurs
?:
number
name
name
:
string
ns
ns
:
string
Optional
optional
optional
?:
boolean
Optional
repeated
repeated
?:
boolean
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
Occurs
name
ns
optional
repeated
type
GitHub
npm
open-nav
Loading...
Structural forms of the generated descriptors the codec reads.