Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPipelineSettings<U>

Type parameters

  • U

Hierarchy

  • IPipelineSettings

Index

Properties

Properties

adaptor

adaptor: function

Type declaration

    • (x: any): U
    • Parameters

      • x: any

      Returns U

Optional validator

validator: function

Type declaration

    • (x: any): boolean
    • Parameters

      • x: any

      Returns boolean

Generated using TypeDoc