toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgOptions
Org
Options
@
Serializable
data
class
OrgOptions
(
val
map
:
Map
<
String
,
String
>
,
var
tokens
:
List
<
Token
>
)
:
OrgElem
Options that could go in top of the file, code block headers, etc.
Members
Constructors
Org
Options
Link copied to clipboard
constructor
(
map
:
Map
<
String
,
String
>
,
tokens
:
List
<
Token
>
)
Properties
map
Link copied to clipboard
val
map
:
Map
<
String
,
String
>
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>