getEntityEditorSchemas
get the editor schema and uiSchema defined for an entity. The schema and uiSchema that are returned can be used to render a form UI (using the configuration editor)
get the editor schema and uiSchema defined for an entity. The schema and uiSchema that are returned can be used to render a form UI (using the configuration editor)
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
i18nScope Required | string |
translation scope to be interpolated into the uiSchema |
|
type Required | EditorType |
editor type - corresonds to the returned uiSchema |
|
options Optional | UiSchemaElementOptions[] | [] |
optional hash of dynamic uiSchema element options |
Returns
Property | Type | Notes |
---|---|---|
IConfigurationSchema | ||
IUiSchema |
Function defined in common/src/core/schemas/getEntityEditorSchemas.ts:36