Type Alias IMarkmapJSONOptions

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