WorkerScriptPlainTextBinding

data class WorkerScriptPlainTextBinding(val name: String, val text: String)

Constructors

Link copied to clipboard
constructor(name: String, text: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The global variable for the binding in your Worker code.

Link copied to clipboard

The plain text you want to store.