@argdown/core
    Preparing search index...

    Interface IMapSettings

    The settings for the [[MapPlugin]].

    interface IMapSettings {
        addTags?: boolean;
        argumentLabelMode?: LabelMode;
        statementLabelMode?: LabelMode;
    }
    Index

    Properties

    addTags?: boolean

    Should tags be added to the node labels?

    argumentLabelMode?: LabelMode
    statementLabelMode?: LabelMode