toggle menu
writeopia_models
common
switch theme
search in API
writeopia_models
/
io.writeopia.sdk.models.command
/
CommandInfo
Command
Info
data
class
CommandInfo
(
val
command
:
Command
,
val
commandTrigger
:
CommandTrigger
,
val
tags
:
Set
<
String
>
=
emptySet()
)
Members
Constructors
Command
Info
Link copied to clipboard
constructor
(
command
:
Command
,
commandTrigger
:
CommandTrigger
,
tags
:
Set
<
String
>
=
emptySet()
)
Properties
command
Link copied to clipboard
val
command
:
Command
command
Trigger
Link copied to clipboard
val
commandTrigger
:
CommandTrigger
tags
Link copied to clipboard
val
tags
:
Set
<
String
>