Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FlowGraphUnaryOperationBlock<InputT, ResultT>

experimental

The base block for all unary operation blocks. Receives an input of type InputT, and outputs a value of type ResultT.

Type Parameters

  • InputT

  • ResultT

Hierarchy

Index

Constructors

  • Type Parameters

    • InputT

    • ResultT

    Parameters

    • inputRichType: RichType<InputT>
    • resultRichType: RichType<ResultT>
    • _operation: ((input: InputT) => ResultT)
        • (input: InputT): ResultT
        • Parameters

          • input: InputT

          Returns ResultT

    Returns FlowGraphUnaryOperationBlock<InputT, ResultT>

Properties

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

output: FlowGraphDataConnection<ResultT>
uniqueId: string

A randomly generated GUID for each block.

Methods

  • Parameters

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme