note

suspend fun note(name: String, block: suspend NoteResourceBuilder.() -> Unit): Note

Parameters

name

The unique name of the resulting resource.

block

Builder for Note.

See also


fun note(name: String): Note

Parameters

name

The unique name of the resulting resource.

See also