toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgBlock
/
OrgSourceBlock
Org
Source
Block
@
Serializable
data
class
OrgSourceBlock
(
val
language
:
String
,
val
switches
:
List
<
String
>
,
val
headerArgs
:
List
<
String
>
,
val
body
:
String
,
val
name
:
String
?
,
var
tokens
:
List
<
Token
>
)
:
OrgChunk
,
OrgElem
Members
Constructors
Org
Source
Block
Link copied to clipboard
constructor
(
language
:
String
,
switches
:
List
<
String
>
,
headerArgs
:
List
<
String
>
,
body
:
String
,
name
:
String
?
,
tokens
:
List
<
Token
>
)
Properties
body
Link copied to clipboard
val
body
:
String
header
Args
Link copied to clipboard
val
headerArgs
:
List
<
String
>
language
Link copied to clipboard
val
language
:
String
name
Link copied to clipboard
val
name
:
String
?
switches
Link copied to clipboard
val
switches
:
List
<
String
>
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>