OneSDK
    Preparing search index...

    Interface WordPartyGlobalConfig

    interface WordPartyGlobalConfig {
        apiPort: number;
        excludeUser?: string;
        fileCheckInterval?: number;
        modules: WordPartyModulesConfig;
        multipleMatch: boolean;
        version: string;
        vts?: WordPartyVTSConfig;
        watch?: boolean;
    }
    Index

    Properties

    apiPort: number
    excludeUser?: string
    fileCheckInterval?: number
    multipleMatch: boolean
    version: string
    watch?: boolean