@mapgear/geoapps > InformationOverlayRemovedEventArgs
InformationOverlayRemovedEventArgs class
Triggered when an information overlay is removed
Signature:export declare class InformationOverlayRemovedEventArgs extends GAEventArgs
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(informationOverlay) | Constructs a new instance of the InformationOverlayRemovedEventArgs class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| InformationOverlay | readonly | InformationOverlay | The information overlay that is removed |