kaven-basic - v4.5.1
Preparing search index...
MarkdownSection
Class 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
MarkdownSection
(
heading
?:
string
)
:
MarkdownSection
Parameters
heading
:
string
= Strings_Empty
Returns
MarkdownSection
Properties
Has
Child
Flag
HasChildFlag
:
boolean
= false
Heading
Heading
:
string
Lines
Lines
:
string
[]
= []
Pre
Lines
PreLines
:
string
[]
= []
Sections
Sections
:
MarkdownSection
[]
= []
Accessors
Has
Child
get
HasChild
()
:
boolean
Returns
boolean
Is
Top
get
IsTop
()
:
boolean
Returns
boolean
Methods
Get
Lines
GetLines
()
:
string
[]
Returns
string
[]
Sort
Sort
(
compareFn
?:
(
a
:
MarkdownSection
,
b
:
MarkdownSection
)
=>
number
,
)
:
MarkdownSection
Parameters
Optional
compareFn
:
(
a
:
MarkdownSection
,
b
:
MarkdownSection
)
=>
number
Returns
MarkdownSection
to
String
toString
()
:
string
Returns
string
Static
Get
Heading
Level
GetHeadingLevel
(
line
:
string
)
:
number
Parameters
line
:
string
Returns
number
Static
Is
Heading
IsHeading
(
line
:
string
)
:
boolean
Parameters
line
:
string
Returns
boolean
Static
Parse
Parse
(
lines
:
string
[]
)
:
MarkdownSection
Parameters
lines
:
string
[]
Returns
MarkdownSection
Static
Parse
Sections
ParseSections
(
ms
:
MarkdownSection
)
:
MarkdownSection
Parameters
ms
:
MarkdownSection
Returns
MarkdownSection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
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
kaven-basic - v4.5.1
Loading...