Replies: 1 comment
-
|
Because you've written the mapped type inline, by the time TypeDoc gets the type TypeScript has already expanded it into an object type. If you declared it as A feature request for a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I don't know if it's possible, but I ask just in case.
I have a class property that is a map, and the keys must be part of a fixed list of keywords:
When I use TypeDoc it expands it to show all properties in the HTML page:
I find it to be excesively verbose. Would it be some way of telling TypeDoc not expand values and just display
appliedProps: { [property in AllProps]: string }?Beta Was this translation helpful? Give feedback.
All reactions