-
Notifications
You must be signed in to change notification settings - Fork 130
Possibility to customize the default values of the filters checkboxes #96
Comments
You can do this with a custom theme:
|
For visibility, it is not a checkbox. So it has not impact until you click on it. |
Ah, good point there, I forgot that that was controlled via JS. I'd be open to a PR that makes the JS pick up the default from the HTML instead of hardcoding it
|
Thanks |
I have been trying to set the default of inherited to false, but with no luck. When I edit the html and the js like this:
(set the default to false)
(removed the then the functionality reverses: the checkbox is turned off by default, but the filter is still on. What did I do wrong? |
If you add the Another issue is when you disable externals and navigate to an external type (e.g. as a return type from a non-external) you land on a blank page and have to toggle externals for the information to be visible |
In my current documentation, I'd like the filters to be displayed with these default values:
visibility: public
inherited: false
externals: true
only-exported: true
but for now, your hardcoded values are
visibility: private
inherited: true
externals: true
only-exported: false
Is there's a way to customize these values through a custom theme ? Or through properties of typedoc build ?
The text was updated successfully, but these errors were encountered: