Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPluginDesc
    • IProvenanceGraphEPDesc

Indexable

[key: string]: any

anything custom

Index

Properties

Methods

Properties

description

description: string

optional description of this plugin *

factory

factory: string

name of the method, which is the entry point of this plugin options:

  • <factorymethod> the name of the factory method to use
  • new <classname> will create a new instance of the given class
  • new will create an instance of the default exported class of this module, same as new default
default

create

id

id: string

name of the plugin, should be unique within a type

name

name: string

human readable name of this plugin

type

type: string

type of plugin, a name by convention for identifying different plugin types

version

version: string

version of this plugin

default

1.0

Methods

load

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc