Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypeParameterType

Hierarchy

  • Type
  • S<M.TypeParameterType, "type" | "name" | "constraint" | "default">
    • TypeParameterType

Index

Properties

Optional constraint

constraint: SomeType

Optional default

default: SomeType

Default type for the type parameter.

class SomeClass<T = {}>

Readonly name

name: string

Readonly type

type: string

The type name identifier.

Generated using TypeDoc