FlowNodeInput

data class FlowNodeInput(val expression: String, val name: String, val type: FlowNodeIoDataType)

Input to a node in a flow

Constructors

Link copied to clipboard
constructor(expression: String, name: String, type: FlowNodeIoDataType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Expression for a node input in a flow

Link copied to clipboard

Name of a node input in a flow

Link copied to clipboard

The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.