inline fun <T : Node> opcr(parent: EventTarget, node: T, op: T.() -> Unit = {}): <ERROR CLASS>
Add the given node to the pane, invoke the node operation and return the node. The opcr name is an acronym for "op connect & return".
opcr