igcv3 - v1.1.0
    Preparing search index...

    Interface FuzzyPathQuestion

    interface FuzzyPathQuestion {
        excludePath?: (path: string) => boolean;
        itemType?: "directory" | "file" | "any";
        rootPath?: string;
        suggestOnly?: boolean;
        depthLimit?: number;
    }

    Hierarchy

    • Question
      • FuzzyPathQuestion
    Index

    Properties

    excludePath?: (path: string) => boolean
    itemType?: "directory" | "file" | "any"
    rootPath?: string
    suggestOnly?: boolean
    depthLimit?: number