Skip to content
import GraphAddPropertyResult from "@arcgis/core/rest/knowledgeGraph/GraphAddPropertyResult.js";
Inheritance:
GraphAddPropertyResultGraphDataModelOperationResultAccessor
Since
ArcGIS Maps SDK for JavaScript 4.33

Result returned when adding graph properties to an entity type or relationship type in a knowledge graph data model.

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
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.

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor

The name of the class. The declared class name is formatted as esri.folder.className.

decoderError

inherited Property
Type
EsriError | null

Any errors encountered while decoding the results.

results

inherited Property
Type
Array<ResultsObject>

Information about the add, update or delete modifications made to the data model.

resultsCount

inherited Property
Type
number

The number of modifications made to the graph.

Default value
0

updatedKnowledgeGraph

inherited Property
Type
KnowledgeGraph | null

The updated knowledge graph with the applied additions, updates, and deletions.