handle

inline fun handle(handle: Handle, componentLambda: () -> Component): Component

Sets a handle on the given Component returned in the lambda, e.g.

handle(Handle()) { Text(...) }