control

suspend fun control(name: String, block: suspend ControlResourceBuilder.() -> Unit): Control

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Control.


fun control(name: String): Control

See also

Parameters

name

The unique name of the resulting resource.