Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
Plugin Contents
nameinit(name:)public struct Plugin: Codable, Equatable, SendableA plugin representation.
Supported plugins include:
Config and Plugin.Plugin manifest lives.name public let name: StringThe name of the Plugin.
init(name:) public init(name: String)Creates a new plugin.
| Name | Description |
|---|---|
| name | The name of the plugin. |