IPlugin
Less than 1 minute
IPlugin
Represents a plugin.
- Type: Interface
- Namespace: Melora.Plugins.Abstract
public interface IPlugin
Properties
Kind
The kind of the plugin.
- Type: Melora.Plugins.Enums.PluginKind
- Is Read Only:
True
Name
The name the plugin.
- Type: System.String
- Is Read Only:
True
IconPathData
The svg path data for the plugin icon.
- Type: System.String
- Is Read Only:
True
Config
The config for the plugin.
- Type: Melora.Plugins.Abstract.IPluginConfig
- Is Read Only:
True