cell

suspend fun cell(name: String, block: suspend CellResourceBuilder.() -> Unit): Cell

Parameters

name

The unique name of the resulting resource.

block

Builder for Cell.

See also


fun cell(name: String): Cell

Parameters

name

The unique name of the resulting resource.

See also