Preparing search index...
The search index is not available
JSON Forms Core
JSON Forms Core
Resolve
Variable Resolve
Const
Resolve
:
{
data
(
data
,
path
)
:
any
;
schema
(
schema
,
schemaPath
,
rootSchema
)
:
JsonSchema
;
}
= ...
Convenience wrapper around resolveData and resolveSchema.
Type declaration
data
:
function
data
(
data
,
path
)
:
any
Parameters
data
:
any
path
:
string
Returns
any
schema
:
function
schema
(
schema
,
schemaPath
,
rootSchema
)
:
JsonSchema
Parameters
schema
:
JsonSchema
schemaPath
:
string
rootSchema
:
JsonSchema
Returns
JsonSchema
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
JSON Forms Core
Loading...
Convenience wrapper around resolveData and resolveSchema.