Initialization options for the mermaid manager.

interface IOptions {
    maxCacheSize?: null | number;
    themes?: null | IThemeManager;
}

Properties

maxCacheSize?: null | number
themes?: null | IThemeManager