FlowNode

class FlowNode

Contains configurations about a node in the flow.

Types

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

Properties

Link copied to clipboard

Contains configurations for the node.

Link copied to clipboard

An array of objects, each of which contains information about an input into the node.

Link copied to clipboard

A name for the node.

Link copied to clipboard

A list of objects, each of which contains information about an output from the node.

Link copied to clipboard

The type of node. This value must match the name of the key that you provide in the configuration you provide in the FlowNodeConfiguration field.

Functions

Link copied to clipboard
inline fun copy(block: FlowNode.Builder.() -> Unit = {}): FlowNode
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