toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgSection
Org
Section
@
Serializable
data
class
OrgSection
(
val
heading
:
OrgHeading
,
val
body
:
List
<
OrgChunk
>
,
var
tokens
:
List
<
Token
>
)
:
OrgChunk
,
OrgElem
A section is an org chunk with heading attached to it
Members
Constructors
Org
Section
Link copied to clipboard
constructor
(
heading
:
OrgHeading
,
body
:
List
<
OrgChunk
>
,
tokens
:
List
<
Token
>
)
Properties
body
Link copied to clipboard
val
body
:
List
<
OrgChunk
>
heading
Link copied to clipboard
val
heading
:
OrgHeading
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>