AiAnswerDrawer
class AiAnswerDrawer(modifier: Modifier = Modifier, customBackgroundColor: Color, paddingValues: PaddingValues = PaddingValues(0.dp), enabled: Boolean, onSelected: (Boolean, Int) -> Unit, dragIconWidth: Dp, config: DrawConfig, onDragHover: (Int) -> Unit, onDragStart: () -> Unit, onDragStop: () -> Unit, moveRequest: (Action.Move) -> Unit, receiveExternalFile: (List<ExternalFile>, Int) -> Unit, acceptStoryStep: (Int) -> Unit) : StoryStepDrawer
Drawer for AI answers.
Constructors
Link copied to clipboard
constructor(modifier: Modifier = Modifier, customBackgroundColor: Color, paddingValues: PaddingValues = PaddingValues(0.dp), enabled: Boolean, onSelected: (Boolean, Int) -> Unit, dragIconWidth: Dp, config: DrawConfig, onDragHover: (Int) -> Unit, onDragStart: () -> Unit, onDragStop: () -> Unit, moveRequest: (Action.Move) -> Unit, receiveExternalFile: (List<ExternalFile>, Int) -> Unit, acceptStoryStep: (Int) -> Unit)