Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias ContextMenuHandler

    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>