markmap
    Preparing search index...

    Interface IMarkmapJSONOptions

    Portable options that can be derived into IMarkmapOptions.

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

    Hierarchy (View Summary)

    Index

    Properties

    color: string[]
    colorFreezeLevel: number
    duration: number
    extraCss: string[]
    extraJs: string[]
    fitRatio: number
    htmlParser: Partial<IHtmlParserOptions>
    initialExpandLevel: number
    lineWidth: number | number[]
    maxInitialScale: number
    maxWidth: number
    nodeMinHeight: number
    paddingX: number
    pan: boolean
    spacingHorizontal: number
    spacingVertical: number
    zoom: boolean