Skip to content
import LinkChartGraphicOrigin from "@arcgis/core/graphic/LinkChartGraphicOrigin.js";
Inheritance:
LinkChartGraphicOriginGraphicOrigin
Since
ArcGIS Maps SDK for JavaScript 5.0

Provides information about the LinkChartLayer from which a graphic originates. Also provides access to the KnowledgeGraphSublayer that contains the graphic. The origin information may be available when a graphic is returned from methods such as hitTest() or queryFeatures().

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
layer

The layer of the origin.

sublayer

The sublayer of the origin.

Properties

PropertyTypeClass
layer
readonly
sublayer
readonly
type
readonly
LinkChartLayer["type"]

layer

readonly Property
Type
LinkChartLayer

A layer from which a graphic originates.

sublayer

readonly Property
Type
KnowledgeGraphSublayer

The KnowledgeGraphSublayer from which a graphic originates.

type

readonly Property
Type
LinkChartLayer["type"]

Indicates the type of layer the graphic originated from.

Default value
"link-chart"