Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ShapeIndexDto

Index

Constructors

Properties

Constructors

constructor

  • new ShapeIndexDto<T>(shape?: T, index?: number): ShapeIndexDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional index: number

    Returns ShapeIndexDto<T>

Properties

index

index: number

Index of the entity

default

0

minimum

0

maximum

Infinity

step

1

shape

shape: T

Shape

default

undefined

Generated using TypeDoc