RtfParserKmp
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
RtfParserKmp
rtf-core
/
com.darkrockstudios.libs.rtfparserkmp.parser
/
RtfEvent
/
Command
Command
data
class
Command
(
val
command
:
Command
,
val
parameter
:
Int
,
val
hasParameter
:
Boolean
,
val
optional
:
Boolean
)
:
RtfEvent
(
source
)
A command, with its optional integer
parameter
.
Members
Constructors
Command
Link copied to clipboard
constructor
(
command
:
Command
,
parameter
:
Int
,
hasParameter
:
Boolean
,
optional
:
Boolean
)
Properties
command
Link copied to clipboard
val
command
:
Command
has
Parameter
Link copied to clipboard
val
hasParameter
:
Boolean
optional
Link copied to clipboard
val
optional
:
Boolean
parameter
Link copied to clipboard
val
parameter
:
Int