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 ?