toggle menu
Writeopia
common
switch theme
search in API
writeopia_ui
/
io.writeopia.ui.edition
/
TextCommandHandler
Text
Command
Handler
class
TextCommandHandler
(
commandsMap
:
Map
<
Command
,
(
StoryStep
,
Int
)
->
Unit
>
)
Members
Constructors
Text
Command
Handler
Link copied to clipboard
constructor
(
commandsMap
:
Map
<
Command
,
(
StoryStep
,
Int
)
->
Unit
>
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
handle
Command
Link copied to clipboard
fun
handleCommand
(
text
:
String
,
step
:
StoryStep
,
position
:
Int
)
:
Boolean