Namespace Dalamud.Game.Gui.ContextMenu
Classes
MenuItem
A menu item that can be added to a context menu.
MenuTarget
Base class for Dalamud.Game.Gui.ContextMenu.MenuArgs
contexts.
Discriminated based on Dalamud.Game.Gui.ContextMenu.ContextMenuType.
MenuTargetDefault
Target information on a default context menu.
MenuTargetInventory
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.