control

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

Parameters

name

The unique name of the resulting resource.

block

Builder for Control.

See also


fun control(name: String): Control

Parameters

name

The unique name of the resulting resource.

See also