@mapgear/geoapps > BaseLayerAddedEventArgs
BaseLayerAddedEventArgs class
Triggered when a base layer is added
Signature:export declare class BaseLayerAddedEventArgs extends GAEventArgs
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(baseLayer) | Constructs a new instance of the BaseLayerAddedEventArgs class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
BaseLayer | readonly | BaseLayer | The base layer that is added to the map |