Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Step

An interface step which allows GET requests to be made against the interface itself.

Hierarchy

  • Step

Index

Properties

callback

callback: any

Callback function to run on step execution.

complete

complete: boolean

Flag if step is complete or not

failure

failure: string

Step validation error.

name

name: string

The human-readable step name.

Methods

setComplete

  • setComplete(complete: boolean): void
  • Set complete and wipe out any failure

    Parameters

    • complete: boolean

    Returns void

Generated using TypeDoc