Skip Navigation
Class

PluginBuilder

This protocol defines the interface for a plugin builder. Normally, you don’t need to implement your own builder, since the @Plugin macro does that for you. However, if you need to implement your own builder, you can do so by implementing this protocol and passing it to the macro.
class PluginBuilder

Topicsin page link

Current page is PluginBuilder