toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgPreface
Org
Preface
@
Serializable
data
class
OrgPreface
(
val
body
:
List
<
OrgChunk
>
,
var
tokens
:
List
<
Token
>
)
:
OrgElem
Preface contains the chunks before first heading
Members
Constructors
Org
Preface
Link copied to clipboard
constructor
(
body
:
List
<
OrgChunk
>
,
tokens
:
List
<
Token
>
)
Properties
body
Link copied to clipboard
val
body
:
List
<
OrgChunk
>
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>