Interface INotificationClickArgs
Arguments for use with Dalamud.Interface.ImGuiNotification.IActiveNotification.Click.
Remarks
Not to be implemented by plugins.
Assembly: Dalamud.dll
Declaration
public interface INotificationClickArgs
Properties
Notification
Gets the notification being clicked.
Declaration
IActiveNotification Notification { get; }