Libertas OS API Documentation
Preparing search index...
libertas
LibertasAvroSchemaEnum
Interface LibertasAvroSchemaEnum
Represents a enumeration type.
Remarks
The name field is mandatory for top level types.
interface
LibertasAvroSchemaEnum
{
symbols
:
string
[]
;
type
:
"enum"
;
default
?:
string
;
name
?:
string
;
}
Hierarchy (
View Summary
)
LibertasAvroSchema
LibertasAvroSchemaEnum
Index
Properties
symbols
type
default?
name?
Properties
symbols
symbols
:
string
[]
type
type
:
"enum"
Optional
default
default
?:
string
Optional
name
name
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
symbols
type
default
name
Libertas OS API Documentation
Loading...
Represents a enumeration type.
Remarks
The name field is mandatory for top level types.