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)