opencarl
    Preparing search index...

    Interface OpencarlGlobalExcludeResult

    Result of checking global exclude patterns.

    interface OpencarlGlobalExcludeResult {
        matchedKeywords: string[];
        triggered: boolean;
    }
    Index

    Properties

    matchedKeywords: string[]
    triggered: boolean