Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • ShapeShapesDto

Index

Constructors

Properties

Constructors

constructor

  • new ShapeShapesDto<T, U>(shape?: T, shapes?: U[]): ShapeShapesDto<T, U>
  • Type parameters

    • T

    • U

    Parameters

    • Optional shape: T
    • Optional shapes: U[]

    Returns ShapeShapesDto<T, U>

Properties

shape

shape: T

The wire path

default

undefined

shapes

shapes: U[]

Shapes along the path to be piped

default

undefined

Generated using TypeDoc