Preparing search index...
The search index is not available
JSON Forms Core
JSON Forms Core
JsonFormsExtendedState
Interface JsonFormsExtendedState<T>
The state shape of JSONForms.
interface
JsonFormsExtendedState
<
T
>
{
jsonforms
:
{
[
subState
:
string
]
:
T
;
}
;
}
Type Parameters
T
Hierarchy (
view full
)
JsonFormsState
JsonFormsExtendedState
Index
Properties
jsonforms
Properties
jsonforms
jsonforms
:
{
[
subState
:
string
]
:
T
;
}
Represents JSONForm's sub-state.
Type declaration
[
subState
:
string
]:
T
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
jsonforms
JSON Forms Core
ADD_CELL
ADD_DEFAULT_DATA
ADD_RENDERER
ADD_UI_SCHEMA
AddCellRendererAction
AddRendererAction
AddUISchemaAction
CoreActions
I18nActions
INIT
InitAction
InitActionOptions
NOT_APPLICABLE
REMOVE_CELL
REMOVE_DEFAULT_DATA
REMOVE_RENDERER
REMOVE_UI_SCHEMA
RankedTester
RegisterDefaultDataAction
RemoveCellRendererAction
RemoveRendererAction
Loading...
Generated using
TypeDoc
The state shape of JSONForms.