note

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Note.


fun note(name: String): Note

See also

Parameters

name

The unique name of the resulting resource.