IEntityEditorModuleType

Interface

An entity editor's module when dynamically imported depending on the EditorType. This will always have a buildUiSchema function, and sometimes it will have a buildDefaults function to override default values in the editor.

Properties

Property Type Notes
buildUiSchema function(i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) : Promise<IUiSchema>
buildDefaults Optional function(i18nScope: string, options: EntityEditorOptions, context: IArcGISContext) : Promise<IConfigurationValues>

Interface defined in common/src/core/schemas/types.ts:92