@traversable/schema
Preparing search index...
@traversable/json-schema
CompilerIndex
Interface CompilerIndex<T>
interface
CompilerIndex
<
T
=
any
>
{
dataPath
:
(
string
|
number
)
[]
;
isOptional
:
boolean
;
isProperty
:
boolean
;
refs
:
Record
<
string
,
()
=>
T
>
;
schemaPath
:
(
string
|
number
|
symbol
)
[]
;
varName
:
string
;
}
Type Parameters
T
=
any
Hierarchy (
View Summary
)
Index
<
T
>
CompilerIndex
Index
Properties
data
Path
is
Optional
is
Property
refs
schema
Path
var
Name
Properties
data
Path
dataPath
:
(
string
|
number
)
[]
is
Optional
isOptional
:
boolean
is
Property
isProperty
:
boolean
refs
refs
:
Record
<
string
,
()
=>
T
>
schema
Path
schemaPath
:
(
string
|
number
|
symbol
)
[]
var
Name
varName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Path
is
Optional
is
Property
refs
schema
Path
var
Name
@traversable/schema
Loading...