Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

allowedInputTypes

allowedInputTypes: CheckerModuleIOType[] = ...

defaultOutputStyle

defaultOutputStyle: CheckerModuleIOStyle

defaultOutputValue

defaultOutputValue: string | number | boolean

flowId

flowId: string

id

id: string

Optional inputVarName

inputVarName: string

moduleType

moduleType: CheckerModuleType = 'if'

name

name: string = ''

operations

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>[]>
  • Type parameters

    • T: typeof Model

    Parameters

    • suffix: string
    • options: GetAllOptions & { flowId?: string } = ''

    Returns Promise<InstanceType<T>[]>

Static getOne

Generated using TypeDoc