File

projects/angular-cesium/src/lib/angular-cesium/models/context-menu-options.ts

Description

Interface of context menu options that can be passed when opening a context menu.

Index

Properties

Properties

closeOnLeftCLick
closeOnLeftCLick: boolean
Type : boolean
Optional
closeOnLeftClickPriority
closeOnLeftClickPriority: number
Type : number
Optional
data
data: D
Type : D
Optional
export interface ContextMenuOptions<D = any> {
  data?: D;
  closeOnLeftCLick?: boolean;
  closeOnLeftClickPriority?: number;
}

result-matching ""

    No results matching ""