Variable contextMenuElementIdsConst

contextMenuElementIds: {
    clearSelection: string;
    deleteMeasurement: string;
    dividerCamera: string;
    dividerMeasure: string;
    dividerSection: string;
    dividerSelection: string;
    fitSectionToSelection: string;
    hideObject: string;
    ignoreSection: string;
    isolateSelection: string;
    resetCamera: string;
    resetSection: string;
    selectSimilar: string;
    showAll: string;
    showControls: string;
    showObject: string;
    zoomToFit: string;
} = ...

Current list of context menu item ids. Used to find and replace items when customizing the context menu.

Type declaration

  • clearSelection: string
  • deleteMeasurement: string
  • dividerCamera: string
  • dividerMeasure: string
  • dividerSection: string
  • dividerSelection: string
  • fitSectionToSelection: string
  • hideObject: string
  • ignoreSection: string
  • isolateSelection: string
  • resetCamera: string
  • resetSection: string
  • selectSimilar: string
  • showAll: string
  • showControls: string
  • showObject: string
  • zoomToFit: string

Generated using TypeDoc