Ace API Reference
    Preparing search index...

    Interface ConfigOptions

    interface ConfigOptions {
        basePath: string;
        loadWorkerFromBlob: boolean;
        modePath: string;
        packaged: boolean;
        sharedPopups: boolean;
        suffix: string;
        themePath: string;
        useStrictCSP: boolean;
        workerPath: string;
    }
    Index

    Properties

    basePath: string
    loadWorkerFromBlob: boolean
    modePath: string
    packaged: boolean
    sharedPopups: boolean
    suffix: string
    themePath: string
    useStrictCSP: boolean
    workerPath: string