Search
Preparing search index...
The search index is not available
kaven-basic
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
kaven-basic
MarkdownSection
Class MarkdownSection
Hierarchy
MarkdownSection
Index
Constructors
constructor
Properties
Has
Child
Flag
Heading
Lines
Pre
Lines
Sections
Accessors
Has
Child
Is
Top
Methods
Get
Lines
Sort
to
String
Get
Heading
Level
Is
Heading
Parse
Parse
Sections
Constructors
constructor
new
Markdown
Section
(
heading
?:
string
)
:
MarkdownSection
Parameters
heading:
string
= Strings_Empty
Returns
MarkdownSection
Properties
Has
Child
Flag
Has
Child
Flag
:
boolean
= false
Heading
Heading
:
string
Lines
Lines
:
string
[]
= []
Pre
Lines
Pre
Lines
:
string
[]
= []
Sections
Sections
:
MarkdownSection
[]
= []
Accessors
Has
Child
get
HasChild
(
)
:
boolean
Returns
boolean
Is
Top
get
IsTop
(
)
:
boolean
Returns
boolean
Methods
Get
Lines
Get
Lines
(
)
:
string
[]
Returns
string
[]
Sort
Sort
(
compareFn
?:
(
a
:
MarkdownSection
, b
:
MarkdownSection
)
=>
number
)
:
MarkdownSection
Parameters
Optional
compareFn:
(
a
:
MarkdownSection
, b
:
MarkdownSection
)
=>
number
(
a
:
MarkdownSection
, b
:
MarkdownSection
)
:
number
Parameters
a:
MarkdownSection
b:
MarkdownSection
Returns
number
Returns
MarkdownSection
to
String
to
String
(
)
:
string
Returns
string
Static
Get
Heading
Level
Get
Heading
Level
(
line
:
string
)
:
number
Parameters
line:
string
Returns
number
Static
Is
Heading
Is
Heading
(
line
:
string
)
:
boolean
Parameters
line:
string
Returns
boolean
Static
Parse
Parse
(
lines
:
string
[]
)
:
MarkdownSection
Parameters
lines:
string
[]
Returns
MarkdownSection
Static
Parse
Sections
Parse
Sections
(
ms
:
MarkdownSection
)
:
MarkdownSection
Parameters
ms:
MarkdownSection
Returns
MarkdownSection
Exports
Markdown
Section
constructor
Has
Child
Flag
Heading
Lines
Pre
Lines
Sections
Has
Child
Is
Top
Get
Lines
Sort
to
String
Get
Heading
Level
Is
Heading
Parse
Parse
Sections
Generated using
TypeDoc