Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

NodeInfoPlugin

The plugin information of the node.

API/Interfaces/NodeInfoPlugin
hoshimi/src/types/Node.d.ts

Signature

export interface NodeInfoPlugin

Properties

2
nameversion

Methods

0

No methods.

Properties

name#
name: PluginNames;

The name of the plugin.

@type{PluginNames}
version#
version: string;

The version of the plugin.

@type{string}