Options
All
  • Public
  • Public/Protected
  • All
Menu

A rich type represents extra information about a type, such as its name and a default value constructor.

experimental

Type Parameters

  • T

Hierarchy

  • RichType

Index

Constructors

  • new RichType<T>(typeName: string, defaultValue: T): RichType<T>
  • Type Parameters

    • T

    Parameters

    • typeName: string
    • defaultValue: T

    Returns RichType<T>

Properties

defaultValue: T
typeName: string

Methods

  • serialize(serializationObject: any): void
  • Parameters

    • serializationObject: any

    Returns void

  • Parse(serializationObject: any): RichType<any>
  • Parameters

    • serializationObject: any

    Returns RichType<any>

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme