Skip to main content

Namespace Dalamud.Game.Gui.ContextMenu

Classes

A menu item that can be added to a context menu.

Base class for Dalamud.Game.Gui.ContextMenu.MenuArgs contexts. Discriminated based on Dalamud.Game.Gui.ContextMenu.ContextMenuType.

Target information on a default context menu.

Target information on an inventory context menu.

Interfaces

IMenuArgs

Interface representing a context menus args.

IMenuItem

Interface representing a menu item to be added to a context menu.

IMenuItemClickedArgs

An interface representing the callback args used when a menu item is clicked.

IMenuOpenedArgs

An interface representing the callback args used when a menu item is opened.

Enums

ContextMenuType

The type of context menu. Each one has a different associated Dalamud.Game.Gui.ContextMenu.MenuTarget.