enquire-mcp API reference - v3.9.0-rc.4
    Preparing search index...

    Interface PathStep

    One step of a graph traversal path returned by findPath.

    interface PathStep {
        path: string;
        title: string;
        via: string;
    }
    Index

    Properties

    Properties

    path: string

    Vault-relative path of this step.

    title: string

    .md-stripped basename.

    via: string

    Wikilink raw text ([[…]] content) used to traverse FROM the previous step to this one. Empty on the source step.