markmap
Preparing search index...
markmap-view
IMarkmapOptions
Interface IMarkmapOptions
interface
IMarkmapOptions
{
autoFit
:
boolean
;
color
:
(
node
:
INode
)
=>
string
;
duration
:
number
;
embedGlobalCSS
:
boolean
;
fitRatio
:
number
;
id
?:
string
;
initialExpandLevel
:
number
;
lineWidth
:
(
node
:
INode
)
=>
number
;
maxInitialScale
:
number
;
maxWidth
:
number
;
nodeMinHeight
:
number
;
paddingX
:
number
;
pan
:
boolean
;
scrollForPan
:
boolean
;
spacingHorizontal
:
number
;
spacingVertical
:
number
;
style
?:
(
id
:
string
)
=>
string
;
toggleRecursively
:
boolean
;
zoom
:
boolean
;
}
Index
Properties
auto
Fit
color
duration
embed
Global
CSS
fit
Ratio
id?
initial
Expand
Level
line
Width
max
Initial
Scale
max
Width
node
Min
Height
padding
X
pan
scroll
For
Pan
spacing
Horizontal
spacing
Vertical
style?
toggle
Recursively
zoom
Properties
auto
Fit
autoFit
:
boolean
color
color
:
(
node
:
INode
)
=>
string
duration
duration
:
number
embed
Global
CSS
embedGlobalCSS
:
boolean
fit
Ratio
fitRatio
:
number
Optional
id
id
?:
string
initial
Expand
Level
initialExpandLevel
:
number
line
Width
lineWidth
:
(
node
:
INode
)
=>
number
max
Initial
Scale
maxInitialScale
:
number
max
Width
maxWidth
:
number
node
Min
Height
nodeMinHeight
:
number
padding
X
paddingX
:
number
pan
pan
:
boolean
scroll
For
Pan
scrollForPan
:
boolean
spacing
Horizontal
spacingHorizontal
:
number
spacing
Vertical
spacingVertical
:
number
Optional
style
style
?:
(
id
:
string
)
=>
string
toggle
Recursively
toggleRecursively
:
boolean
zoom
zoom
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
auto
Fit
color
duration
embed
Global
CSS
fit
Ratio
id
initial
Expand
Level
line
Width
max
Initial
Scale
max
Width
node
Min
Height
padding
X
pan
scroll
For
Pan
spacing
Horizontal
spacing
Vertical
style
toggle
Recursively
zoom
markmap
Loading...