Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReferenceType

Hierarchy

  • Type
  • S<M.ReferenceType, "type" | "name" | "typeArguments">
    • ReferenceType

Index

Properties

Properties

Optional id

id: number

name

name: string

The name of the referenced type.

If the symbol cannot be found cause it's not part of the documentation this can be used to represent the type.

Readonly type

type: "reference" = "reference"

The type name identifier.

Optional typeArguments

typeArguments: SomeType[]

The type arguments of this reference.

Generated using TypeDoc