Skip to content

Links to specific overloads of functions #2980

Answered by HackbrettXXX
HackbrettXXX asked this question in Q&A
Discussion options

You must be logged in to vote

I've now discovered you need to turn off TypeScript link resolution:

  "typedocOptions": {
    "useTsLinkResolution": false,
  }

Then links to overloads work like described in https://typedoc.org/documents/Declaration_References.html#declaration-references.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies

This comment was marked as spam.

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by HackbrettXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants