Logo Xantham

FsAbbrevDecl Type

A type abbreviation: an exported alias whose right side is a reference, not a shape of its own (callback aliases to delegates, alias-of-alias, primitive aliases).

Record fields

Record Field Description

Docs

Full Usage: Docs

Field type: string
Field type: string

Name

Full Usage: Name

Field type: string
Field type: string

Order

Full Usage: Order

Field type: DeclOrder option
Field type: DeclOrder option

Tags

Full Usage: Tags

Field type: JSDocTagInfo list
Field type: JSDocTagInfo list

Target

Full Usage: Target

Field type: FsTypeRef
Field type: FsTypeRef

TypeParameters

Full Usage: TypeParameters

Field type: FsTypeParam list

The alias's own type parameters, in declaration order (ยง4.9). A generic alias binds them on its left side exactly as TypeScript does: `type Callback<'T> = Func<'T, obj>`.

Field type: FsTypeParam list

Type something to start searching.