toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgTODOState
Org
TODOState
@
Serializable
data
class
OrgTODOState
(
val
text
:
String
,
val
isDone
:
Boolean
,
var
tokens
:
List
<
Token
>
)
:
OrgElem
Members
Constructors
Org
TODOState
Link copied to clipboard
constructor
(
text
:
String
,
isDone
:
Boolean
,
tokens
:
List
<
Token
>
)
Properties
is
Done
Link copied to clipboard
val
isDone
:
Boolean
text
Link copied to clipboard
val
text
:
String
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>