UNPKG

iceye-angular-cesium-fork

Version:

Angular library for working with Cesium.

7 lines (6 loc) 148 B
/** * The basic context menu class. All context menu components should extend this class. */ export interface BasicContextMenu { data: any; }