Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
STRUCT
Plugin
Contents
name
init(name:)
public struct Plugin: Codable, Equatable, Sendable
A plugin representation.
Supported plugins include:
Config
and Plugin
.Plugin
manifest lives.name
public let name: String
The name of the Plugin
.
init(name:)
public init(name: String)
Creates a new plugin.
Name | Description |
---|---|
name | The name of the plugin. |