@argdown/core
Preparing search index...
IMapNode
Interface IMapNode
A node in an argument map.
Can be either a statement, argument or group node.
interface
IMapNode
{
color
?:
string
;
fontColor
?:
string
;
id
:
string
;
images
?:
string
[]
;
labelText
?:
string
;
labelTextRanges
?:
IRange
[]
;
labelTitle
?:
string
;
labelTitleRanges
?:
IRange
[]
;
tags
?:
string
[]
;
title
?:
string
;
type
:
MapNodeType
;
}
Hierarchy (
View Summary
)
HasTitle
HasTags
HasColor
HasFontColor
IMapNode
IGroupMapNode
Index
Properties
color?
font
Color?
id
images?
label
Text?
label
Text
Ranges?
label
Title?
label
Title
Ranges?
tags?
title?
type
Properties
Optional
color
color
?:
string
Optional
font
Color
fontColor
?:
string
id
id
:
string
Optional
images
images
?:
string
[]
Optional
label
Text
labelText
?:
string
Optional
label
Text
Ranges
labelTextRanges
?:
IRange
[]
Optional
label
Title
labelTitle
?:
string
Optional
label
Title
Ranges
labelTitleRanges
?:
IRange
[]
Optional
tags
tags
?:
string
[]
Optional
title
title
?:
string
type
type
:
MapNodeType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
color
font
Color
id
images
label
Text
label
Text
Ranges
label
Title
label
Title
Ranges
tags
title
type
@argdown/core
Loading...
A node in an argument map.
Can be either a statement, argument or group node.