markmv - v1.39.2
    Preparing search index...

    Interface LinkGraphOptions

    Configuration options for link graph generation.

    interface LinkGraphOptions {
        includeExternal?: boolean;
        includeImages?: boolean;
        includeAnchors?: boolean;
        maxDepth?: number;
        baseDir?: string;
    }

    Hierarchy (View Summary)

    Index
    includeExternal?: boolean

    Include external links in the graph

    includeImages?: boolean

    Include image links in the graph

    includeAnchors?: boolean

    Include anchor links in the graph

    maxDepth?: number

    Maximum depth for dependency traversal

    baseDir?: string

    Base directory for relative path calculations