Options
All
  • Public
  • Public/Protected
  • All
Menu

Looks for closed group nodes in the map, removes their children and transforms relations that are entering or leaving the group to incoming and outgoing relations of the group node.

Internal relations between group descendants are removed from the map.

This transformation is only needed for map views that do not support hiding group members and transforming relations of closed groups "out of the box".

This plugin has to be run after the GroupPlugin. It transforms the map field of the response object.

Hierarchy

  • ClosedGroupPlugin

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

name

name: string = "ClosedGroupPlugin"

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