Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

allowedInputTypes

allowedInputTypes: CheckerModuleIOType[] = ...

expression

expression: string

flowId

flowId: string

id

id: string

Optional inputVarName

inputVarName: string

moduleType

moduleType: CheckerModuleType = 'math'

name

name: string = ''

outputReference

outputSummary

outputSummary: string

outputType

outputValue

outputValue: string | number | boolean | string[] | number[] | boolean[]

outputVarName

outputVarName: string

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