hoshimi
    Preparing search index...

    Interface NodeInfoPlugin

    The plugin information of the node.

    interface NodeInfoPlugin {
        name: PluginNames;
        version: string;
    }
    Index

    Properties

    Properties

    The name of the plugin.

    version: string

    The version of the plugin.