toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgBlock
/
OrgCommentBlock
Org
Comment
Block
@
Serializable
data
class
OrgCommentBlock
(
val
text
:
String
,
var
tokens
:
List
<
Token
>
)
:
OrgChunk
,
OrgElem
Members
Constructors
Org
Comment
Block
Link copied to clipboard
constructor
(
text
:
String
,
tokens
:
List
<
Token
>
)
Properties
text
Link copied to clipboard
val
text
:
String
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>