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
hello,
I want to add a plugin(such as: typedoc-plugin-sourcefile-url). The plugin add a declaration params. But in typedoc, I can not get value.
I debug code found a problem with the execution order.
The first thing is find options' value. this time, don't have plugins param.
Then load plugin, re-execute function, but the first params is just setValue's params.
So how do I get extra parameters in plugin ? thank you~
The text was updated successfully, but these errors were encountered:
I believe this is caused by #875, and when that is fixed this should automatically be fixed. Unfortunately plugins right now aren't well documented & frankly I'm not sure anyone still working on the project understands how they were intended to interact with the rest of the application.
Uh oh!
There was an error while loading. Please reload this page.
hello,
I want to add a plugin(such as: typedoc-plugin-sourcefile-url). The plugin add a declaration params. But in typedoc, I can not get value.
I debug code found a problem with the execution order.
The first thing is find options' value. this time, don't have plugins param.
Then load plugin, re-execute function, but the first params is just setValue's params.
So how do I get extra parameters in plugin ? thank you~
The text was updated successfully, but these errors were encountered: