@argdown/core
    Preparing search index...

    Class ClosedGroupPlugin

    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.

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    name: string = "ClosedGroupPlugin"

    The name of the plugin

    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]].