Interface IMarkmapJSONOptions

interface IMarkmapJSONOptions {
    color: string[];
    colorFreezeLevel: number;
    duration: number;
    extraCss: string[];
    extraJs: string[];
    fitRatio: number;
    initialExpandLevel: number;
    maxInitialScale: number;
    maxWidth: number;
    nodeMinHeight: number;
    paddingX: number;
    pan: boolean;
    spacingHorizontal: number;
    spacingVertical: number;
    zoom: boolean;
}

Hierarchy (View Summary)

Properties

color: string[]
colorFreezeLevel: number
duration: number
extraCss: string[]
extraJs: string[]
fitRatio: number
initialExpandLevel: number
maxInitialScale: number
maxWidth: number
nodeMinHeight: number
paddingX: number
pan: boolean
spacingHorizontal: number
spacingVertical: number
zoom: boolean