@argdown/core
    Preparing search index...

    Interface IMapNode

    A node in an argument map.

    Can be either a statement, argument or group node.

    interface IMapNode {
        color?: string;
        fontColor?: string;
        id: string;
        images?: string[];
        labelText?: string;
        labelTextRanges?: IRange[];
        labelTitle?: string;
        labelTitleRanges?: IRange[];
        tags?: string[];
        title?: string;
        type: MapNodeType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: string
    fontColor?: string
    id: string
    images?: string[]
    labelText?: string
    labelTextRanges?: IRange[]
    labelTitle?: string
    labelTitleRanges?: IRange[]
    tags?: string[]
    title?: string