typedoc
typedoc copied to clipboard
[question] Why there say: `determine how the project model is generated and output to disk.`? is it means the Options is very important, participated in the whole execution process of TypeDoc?
Search terms
Options, type conversion
Question
In the document: options
TypeDoc provides some 30 options which determine how the project model is generated and output to disk. The Options class consolidates application options into a single location and handles type conversion.
- Is the Options means the input params of a function/ API ?
- Why there say:
determine how the project model is generated and output to disk.
? is it means the Options is very important, participated in the whole execution process of TypeDoc? - What's the meaning of
Options class consolidates application options into a single location
? - What's the
type conversion.
? is it refers to convert Int to String?