getEditorConfig

Function

Construct the Editor Configuration (schema + uiSchema) for a given entity editor type

Parameters

Parameter Type Default Notes
i18nScope Required string
type Required EntityEditorType
options Required EntityEditorOptions

options to integrate into the schema + uiSchema

context Required IArcGISContext

Returns

Promise<IEditorConfig>
Property Type Notes
schema IConfigurationSchema
uiSchema IUiSchema
defaults Optional IConfigurationValues

Function defined in common/src/core/schemas/getEditorConfig.ts:35