Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Class<TOut, TIn>

Represents an Record class

Type parameters

  • TOut

    List of properties defined in Record instance

  • TIn

    List of properties defined as constructor arguments

Hierarchy

  • Class

Indexable

[prop: string]: any

Represents an Record class

Index

Constructors

constructor

  • new Class(values?: TIn): TOut

Properties

name

name: string

Methods

createPropertyInstance

getPropertyDescriptors

  • getPropertyDescriptors(): Readonly<object>

Generated using TypeDoc