StringValue

data class StringValue(val value: String) : UiTextArgument(source)

A string argument.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard