Skip to main content

Module plugin

Module plugin 

Source
Expand description

Plugin and PluginGroup traits for modular app composition.

Plugins encapsulate reusable bundles of systems, resources, and configuration that can be added to an App.

Traits§

Plugin
A modular unit of app configuration.
PluginGroup
A group of plugins that can be added to an App together.