• Preparing search index...
  • The search index is not available
vim-web
  • vim-web
  • React
  • viw-webgl-react
  • ContextMenu

Function ContextMenu

  • ContextMenu(
        props: {
            camera: CameraRef;
            customization?: (e: ContextMenuElement[]) => ContextMenuElement[];
            isolation: IsolationRef;
            modal: ModalHandle;
            selection: Core.Webgl.Element3D[];
            treeRef: MutableRefObject<TreeActionRef>;
            viewer: Core.Webgl.Viewer;
        },
    ): Element
  • Context menu viewer definition according to current state.

    Parameters

    • props: {
          camera: CameraRef;
          customization?: (e: ContextMenuElement[]) => ContextMenuElement[];
          isolation: IsolationRef;
          modal: ModalHandle;
          selection: Core.Webgl.Element3D[];
          treeRef: MutableRefObject<TreeActionRef>;
          viewer: Core.Webgl.Viewer;
      }

    Returns Element

    • Defined in src/vim-web/react-viewers/panels/contextMenu.tsx:101

Settings

Member Visibility
vim-web
  • Loading...

Generated using TypeDoc