Class: BasePlugin

THING.BasePlugin()

BasePlugin The base plugin.

Constructor

new BasePlugin()

This is a constructor function.
Source:

Members

isBasePlugin :Boolean

The use of the "static" keyword means that the variable belongs to the class rather than to an instance of the class.
Type:
  • Boolean
Source:
Example
let plug = new THING.BasePlugin()
let ret = THING.BasePlugin.isBasePlugin;
// @expect(ret == true)