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