Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

allowedInputTypes

allowedInputTypes: CheckerModuleIOType[] = ...

flowId

flowId: string

id

id: string

Optional inputVarName

inputVarName: string

moduleType

moduleType: CheckerModuleType = 'output'

name

name: string = ''

outputReference

outputSummary

outputSummary: string

outputType

outputType: CheckerModuleIOType = 'json'

outputValue

outputVarName

outputVarName: string

outputs

outputs: CheckerOutput[] = ...

siteId

siteId: string

Methods

deleteRoute

  • deleteRoute(elementId: string): string

getRoute

  • getRoute(): string

postRoute

  • postRoute(): string

putRoute

  • putRoute(elementId: string): string

Static create

Static getAll

  • getAll<T>(suffix: string, options?: GetAllOptions & { flowId?: string }): Promise<InstanceType<T>[]>

Static getOne

Generated using TypeDoc