Interface IMarkmapJSONOptions

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

Hierarchy

  • IMarkmapJSONOptions

    Properties

    color?: string[]
    colorFreezeLevel?: number
    duration?: number
    extraCss?: string[]
    extraJs?: string[]
    initialExpandLevel?: number
    maxWidth?: number
    pan?: boolean
    zoom?: boolean

    Generated using TypeDoc