Skip to content
ESM: import GraphicOrigin from "@arcgis/core/graphic/GraphicOrigin.js";
CDN: const GraphicOrigin = await $arcgis.import("@arcgis/core/graphic/GraphicOrigin.js");
Class: @arcgis/core/graphic/GraphicOrigin
Since: ArcGIS Maps SDK for JavaScript 4.34

The base class for graphic origins. This class has no constructor. Provides contextual information about where a graphic originates from, when available. Origin details may be returned by methods such as hitTest() or queryFeatures(). This information can include the source layer or other origin-related metadata, depending on the origin type.

See also

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.