NodeInputPort

A node input port.

Types

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

Properties

Link copied to clipboard

The input port's default value.

Link copied to clipboard

The input port's description.

Link copied to clipboard

The input port's max connections.

Link copied to clipboard
val name: String?

The input port's name.

Link copied to clipboard

The input port's type.

Functions

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