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

Protected _callback

_callback: any

Callback function to run on step execution.

Protected _complete

_complete: boolean

Flag if step is complete or not

Protected _failure

_failure: string

Step validation error.

Protected _name

_name: string

The human-readable step _name.

Accessors

callback

  • get callback(): function
  • set callback(callback: function): void

complete

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

    Returns boolean

  • Set complete and wipe out any failure

    Parameters

    • complete: boolean

    Returns void

failure

  • get failure(): string
  • set failure(message: string): void

name

  • get name(): string
  • set name(name: string): void

Generated using TypeDoc