ContextMenuHandler: (
    this: EEvisionAPI,
    event: ClickPoint,
) => void | Promise<void>

Handler for right-click on the schematic to open a context menu.

Type declaration

    • (this: EEvisionAPI, event: ClickPoint): void | Promise<void>
    • Parameters

      • this: EEvisionAPI
      • event: ClickPoint

        information about the click point and pressed modifier keys (Shift, Alt, Ctrl, Meta).

      Returns void | Promise<void>