UNPKG

iceye-angular-cesium-fork

Version:

Angular library for working with Cesium.

9 lines (8 loc) 227 B
/** * Interface of context menu options that can be passed when opening a context menu. */ export interface ContextMenuOptions<D = any> { data?: D; closeOnLeftCLick?: boolean; closeOnLeftClickPriority?: number; }