FlowNodeOutput

Contains configurations for an output from a node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A name for the output that you can reference.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: FlowNodeOutput.Builder.() -> Unit = {}): FlowNodeOutput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String