Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProcess

IProcess objects are IArgdownRequest objects with a mandatory process field. They can not contain processes themselves.

In all other respects they are identical to IArgdownRequests.

Hierarchy

Index

Properties

Optional abstract

abstract: string

Optional author

author: string | string[]

Optional color

Settings for colorization

Optional data

Settings for the DataPlugin

Optional date

date: string

Optional dot

Settings for the DotExportPlugin

Optional graphml

Settings for the GraphMLExportPlugin

Optional group

Optional html

Settings for the HtmlExportPlugin

Optional images

Settings for the MapPlugin

Optional input

input: string

The Argdown input that should be parsed.

Optional json

Settings for the JSONExportPlugin

Optional logExceptions

logExceptions: boolean

Should exceptions thrown by plugins be logged?

Optional logLevel

logLevel: string

Set to "verbose" to get a lot of infos.

Optional logger

Optional map

Settings for the MapPlugin

Optional model

Settings for the ModelPlugin

Optional parser

parser: IParserPluginSettings

Settings of the parser plugin. The parser plugin executes parser and lexer.

process

process: string | string[]

A list of processors to be run or a name of a built-in process (like "export-svg").

processes

processes: undefined

Processes can currently not contain definitions of other processes

Optional selection

selection: ISelectionSettings

Settings for the PreselectionPlugin

Optional sourceHighlighter

sourceHighlighter: IHighlightSourceSettings

Settings for the WebComponentExportPlugin

Optional subTitle

subTitle: string

Optional throwExceptions

throwExceptions: boolean

Should the application throw exceptions from plugins?

Optional title

title: string

Optional vizJs

Settings for any plugin using Viz.js, for example the [[DotToSvgExportPlugin]]

Optional webComponent

Settings for the WebComponentExportPlugin

Generated using TypeDoc