Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ProcessProps

Index

Properties

dataType

dataType: string

the input data type for the process.

index

index: number

the index of the process in the process chain.

selectedProcesses

selectedProcesses: ProcessObj[]

previously selected processes.

Methods

onSelectProcess

  • onSelectProcess(selectedProcess: string, selectedProcessId: string, outputProcessType: string, index: number): void
  • When a process is selected update the selected process in the chain, and remove any Processes compoenents after the selected process to avoid any type matching issues.

    Parameters

    • selectedProcess: string

      the selected process

    • selectedProcessId: string
    • outputProcessType: string

      the output type for the selected process

    • index: number

      the index of the process in the chain

    Returns void

Generated using TypeDoc