SerenityJS
    Preparing search index...

    Enumeration PluginType

    The plugin type declares the use case of the plugin.

    Index

    Enumeration Members

    Enumeration Members

    Addon: 0

    An addon plugin type adds additional functionality to the server, without an exposed API.

    Api: 1

    An API plugin type adds additional functionality to the server, with an exposed API for other plugins to use.