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

Properties

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

Generated using TypeDoc