toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgProperties
Org
Properties
@
Serializable
data
class
OrgProperties
(
val
map
:
Map
<
String
,
OrgLine
>
,
var
tokens
:
List
<
Token
>
)
:
OrgElem
Unlike simple options, org properties could have full fledged org-mode text
Members
Constructors
Org
Properties
Link copied to clipboard
constructor
(
map
:
Map
<
String
,
OrgLine
>
,
tokens
:
List
<
Token
>
)
Properties
map
Link copied to clipboard
val
map
:
Map
<
String
,
OrgLine
>
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>