cell

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Cell.


fun cell(name: String): Cell

See also

Parameters

name

The unique name of the resulting resource.