Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias ButtonLocation

    ButtonLocation: "left" | "right" | "more" | "plugins"

    Location in the GUI where the function PluginAPI.CreateButton should create the requested button. The values have the following meaning:

    • "left": place the button in the toolbar on the left,
    • "right": place the button in the toolbar on the right,
    • "more": place the button in the "More" dropdown menu.

    See also CreateButtonOptions.