Options in nodejs, mongoose, etc

Hi guys and gals,

It ocurred to me some of you may able to help me with this.

I’m having troubles (since the beginning of time) finding the possible options in a function/method. For example, in the api documentation of mongoose, almost all the functions and methods have an options object that can be passed. But I can’t find a list of options available.

This has happened with many diferent frameworks and js packages.

Maybe some of you know where this usually are !

Thanks

Plenty of options in the queries section: http://mongoosejs.com/docs/queries.html
Is that what you mean?