@argdown/core
    Preparing search index...

    Interface IMap

    An argument map, consisting of argument, statement and group nodes and support and attack edges between arguments and statements.

    interface IMap {
        edges: IMapEdge[];
        nodes: IMapNode[];
    }
    Index

    Properties

    Properties

    edges: IMapEdge[]
    nodes: IMapNode[]