toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgInlineElem
/
InlineQuote
Inline
Quote
@
Serializable
data
class
InlineQuote
(
val
type
:
OrgInlineElem.InlineQuoteType
,
val
text
:
String
,
var
tokens
:
List
<
Token
>
)
:
OrgInlineElem
,
OrgElem
Members
Constructors
Inline
Quote
Link copied to clipboard
constructor
(
type
:
OrgInlineElem.InlineQuoteType
,
text
:
String
,
tokens
:
List
<
Token
>
)
Properties
text
Link copied to clipboard
val
text
:
String
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>
type
Link copied to clipboard
val
type
:
OrgInlineElem.InlineQuoteType