Constructors
constructor
- new Token<T>(name, description?): Token<T>
Parameters
- name: string
Optional description: string
Properties
Private _tokenStructuralPropertyT
_tokenStructuralPropertyT: T Optional Readonly description
description?: string
Readonly name
name: string
A runtime object which captures compile-time type information.
Notes
A token captures the compile-time type of an interface or class in an object which can be used at runtime in a type-safe fashion.