ToolUiContext

interface ToolUiContext

TODO

Inheritors

Functions

Link copied to clipboard
abstract fun getEditState(): EditState
Link copied to clipboard
abstract suspend fun <T : Any> showDialog(dialog: ToolDialog<T>): T?
Link copied to clipboard
abstract fun showToast(message: String)