AppParameterValue.TextArea
¶
A textual value
data class TextArea(
val value: String,
val type: String /* "textarea" */,
)
Compatible with:
ApplicationParameter.Text
andApplicationParameter.Enumeration
Mountable as a resource: ❌ No
Expands to: The text, when used in an invocation this will be passed as a single argument.
Side effects: None
When this is used with an Enumeration
it must match the value of one of the associated options
.