Options
All
  • Public
  • Public/Protected
  • All
Menu

Adds proponents to argument node label text.

This is just a simple toy plugin for demonstration purposes. It is used in the Argdown documentation to teach how to write custom plugins.

Hierarchy

  • SaysWhoPlugin

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

name

name: string = "SaysWhoPlugin"

The name of the plugin

run

run: IRequestHandler = ...

Use this method to do the main work outside of the Argdown AST. This is the last method to be called by the ArgdownApplication.

Generated using TypeDoc