You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be best to create links in this case, pulling all the indexed access types in directly could cause problems.
There are a couple changes required here.
Fix indexed access types - apparently they aren't storing the ID of their object type if it is a reference (or maybe reference types are broken, not sure)
Update the themes so if the objectType of an indexed access type is a reference and the index type is a string literal, the string literal is linked to the member of the reference type of that name.
Problem
let's take this example:
when generating documentation for this code, this is the result for
![Screenshot 2020-03-10 at 00 57 44](https://user-images.githubusercontent.com/13135287/76267207-46acb300-626a-11ea-9b81-181fbb1b5569.png)
y
:Suggested Solution
Either set the type of
y
'sid
to be the value ofz["id"]
(sostring
), or make it a link to theid
of thez
interface.The text was updated successfully, but these errors were encountered: