Interface IHasConfigUi
This interface represents a Dalamud plugin that has a configuration UI which can be triggered.
Inherited Members
System.IDisposable.Dispose()
Namespace: Dalamud.Plugin.Features
Assembly: Dalamud.dll
Syntax
public interface IHasConfigUi : IHasUi, IDalamudPlugin, IDisposable
Properties
| Improve this Doc View SourceOpenConfigUi
An event handler that is fired when the plugin should show its configuration interface.
Declaration
EventHandler OpenConfigUi { get; }
Property Value
| Type | Description |
|---|---|
| System.EventHandler |