JsTextDrawer

constructor(modifier: Modifier = Modifier, textStyle: TextStyle? = null, focusRequester: FocusRequester? = null, onKeyEvent: (KeyEvent, TextFieldValue, StoryStep, Int) -> Boolean = { _, _, _, _ -> false }, onTextEdit: (Action.StoryStateChange) -> Unit = { }, commandHandler: TextCommandHandler = TextCommandHandler(emptyMap()), onFocusChanged: (FocusState) -> Unit = {})