import StyleOrigin from "@arcgis/core/symbols/support/StyleOrigin.js";const StyleOrigin = await $arcgis.import("@arcgis/core/symbols/support/StyleOrigin.js");- Inheritance:
- StyleOrigin→
Accessor
The style origin.
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.
Methods
| Method | Signature | Class |
|---|---|---|
clone(): StyleOrigin | |
clone
Method
- Signature
-
clone (): StyleOrigin
Creates a deep clone of the style origin.
- Returns
- StyleOrigin
A deep clone of the object that invoked this method.