Preparing search index...
The search index is not available
JSON Forms Core
JSON Forms Core
Actions
init
Function init
init
(
data
,
schema
?
,
uischema
?
,
options
?
)
:
{
data
:
any
;
options
:
Ajv
|
InitActionOptions
;
schema
:
JsonSchema
;
type
:
"jsonforms/INIT"
;
uischema
:
UISchemaElement
;
}
Parameters
data
:
any
schema
:
JsonSchema
= ...
Optional
uischema
:
UISchemaElement
Optional
options
:
Ajv
|
InitActionOptions
Returns
{
data
:
any
;
options
:
Ajv
|
InitActionOptions
;
schema
:
JsonSchema
;
type
:
"jsonforms/INIT"
;
uischema
:
UISchemaElement
;
}
data
:
any
options
:
Ajv
|
InitActionOptions
schema
:
JsonSchema
type
:
"jsonforms/INIT"
uischema
:
UISchemaElement
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
JSON Forms Core
Loading...