Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • WiresOnFaceDto

Index

Constructors

Properties

Constructors

constructor

  • new WiresOnFaceDto<T, U>(wires?: T[], face?: U): WiresOnFaceDto<T, U>
  • Type parameters

    • T

    • U

    Parameters

    • Optional wires: T[]
    • Optional face: U

    Returns WiresOnFaceDto<T, U>

Properties

face

face: U

Face shape

default

undefined

wires

wires: T[]

The wires

default

undefined

Generated using TypeDoc