Type alias EditorProperties

EditorProperties: Omit<__esri.EditorProperties, "allowedWorkflows"> & {
    allowedWorkflows?: WellKnownWorkflow[];
}

Properties used to create an Editor.

Type declaration

  • Optional allowedWorkflows?: WellKnownWorkflow[]

    Deprecated

    since ArcGIS Maps SDK for JavaScript 4.29 use __esri.EditorProperties.visibleElements instead;

Generated using TypeDoc