KC's Workspace
    Preparing search index...

    Interface TerminologyConfig

    interface TerminologyConfig {
        defaultTerms?: boolean;
        exclude?: string[];
        skip?: string[];
        terms?: string[];
    }
    Index

    Properties

    defaultTerms?: boolean
    exclude?: string[]
    skip?: string[]
    terms?: string[]