StringValue
data class StringValue(val unwrappedValue: String) : InputValue<String> , OutputValue<String> , AdaptableValue<InlineMarkdownContentValue>
An immutable string Value.
Functions
Link copied to clipboard
Adapts the value to another type.
Link copied to clipboard
Chains two expressions together, which is used in ComposedExpressions.
Link copied to clipboard