Key

value class Key<T>(val id: String)

Plugin keys identify a plugin within the registry, allowing it to be retrieved after installation, and avoiding redundant applications. Keys are type-safe, and specify the type of the plugin instance they represent.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String