Properties that can be passed into the constructor for mapping/GroundExtension!GroundExtension.

interface GroundExtensionProperties {
    failureMode?: FailureMode;
    ground?: GroundLike;
    id?: string;
    layerExtensions?: (LayerExtensionProperties | LayerExtension<LayerExtensionProperties>)[];
    taskSettings?: TaskSettingsProperties;
}

Hierarchy (view full)

Properties

failureMode?: FailureMode
ground?: GroundLike

The Esri Ground object being extended. This property can also be "world-elevation", in which case a default instance of Ground with the world elevation service will be used.

id?: string

The unique ID to assign to the entity. If not specified, one will be generated.

taskSettings?: TaskSettingsProperties