Crashed

@ObjCName(name = "Crashed", exact = true)
interface Crashed<W : Any> : Widget<W>

Properties

Link copied to clipboard
abstract var modifier: Modifier
Link copied to clipboard
abstract val value: W

Functions

Link copied to clipboard
abstract fun restart(restart: () -> Unit)
Link copied to clipboard
abstract fun uncaughtException(uncaughtException: Throwable)