Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FlowGraphConstantOperationBlock<ResultT>

experimental

Block that outputs a value of type ResultT, resulting of an operation with no inputs.

Type Parameters

  • ResultT

Hierarchy

Index

Constructors

  • Type Parameters

    • ResultT

    Parameters

    • richType: RichType<ResultT>
    • _operation: (() => ResultT)
        • (): ResultT
        • Returns ResultT

    Returns FlowGraphConstantOperationBlock<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