import GraphDeleteNamedTypeResult from "@arcgis/core/rest/knowledgeGraph/GraphDeleteNamedTypeResult.js";const GraphDeleteNamedTypeResult = await $arcgis.import("@arcgis/core/rest/knowledgeGraph/GraphDeleteNamedTypeResult.js");- Inheritance
- GraphDeleteNamedTypeResult→
GraphDataModelOperationResult→ Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.33
The result returned when deleting an entity type or relationship type from a knowledge graph. This contains the updated knowledge graph and any errors encountered.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
| Property | Type | Class |
|---|---|---|
| readonly inherited | ||
| inherited | ||
| inherited | ||
| inherited | ||
| inherited |
decoderError
inherited Property
Inherited from: GraphDataModelOperationResult
Any errors encountered while decoding the results.
results
inherited Property
- Type
- Array<ResultsObject>
Inherited from: GraphDataModelOperationResult
Information about the add, update or delete modifications made to the data model.
resultsCount
inherited Property
- Type
- number
Inherited from: GraphDataModelOperationResult
The number of modifications made to the graph.
- Default value
- 0
updatedKnowledgeGraph
inherited Property
- Type
- KnowledgeGraph | null
Inherited from: GraphDataModelOperationResult
The updated knowledge graph with the applied additions, updates, and deletions.