Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • WireOnFaceDto

Index

Constructors

Properties

Constructors

constructor

  • new WireOnFaceDto<T, U>(wire?: T, face?: U): WireOnFaceDto<T, U>
  • Type parameters

    • T

    • U

    Parameters

    • Optional wire: T
    • Optional face: U

    Returns WireOnFaceDto<T, U>

Properties

face

face: U

Face on which the wire will be placed

default

undefined

wire

wire: T

Wire to place on face

default

undefined

Generated using TypeDoc