Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides vendor and version information for a FlowscripterPlugin.

Hierarchy

  • PluginDetails

Index

Properties

Readonly dependencies

dependencies: ReadonlyArray<[string, string]>

Other [[Plugin]] implementations that this [[Plugin]] depends on in the form of an array of tuples [<plugin.name>, <plugin.version>]

Readonly name

name: string

Name for the FlowscripterPlugin.

Optional Readonly vendor

vendor: undefined | string

Optional vendor name for the FlowscripterPlugin.

Readonly version

version: string

Version for the FlowscripterPlugin.