Interface IMarkmapJSONOptions

interface IMarkmapJSONOptions {
    color?: string[];
    colorFreezeLevel?: number;
    duration?: number;
    extraCss?: string[];
    extraJs?: string[];
    htmlParser?: Partial<IHtmlParserOptions>;
    initialExpandLevel?: number;
    maxWidth?: number;
    pan?: boolean;
    zoom?: boolean;
}

Hierarchy (view full)

Properties

color?: string[]
colorFreezeLevel?: number
duration?: number
extraCss?: string[]
extraJs?: string[]
htmlParser?: Partial<IHtmlParserOptions>
initialExpandLevel?: number
maxWidth?: number
pan?: boolean
zoom?: boolean

Generated using TypeDoc