Function: load()
ts
function load(app): void;Defined in: plugins/typedoc/src/index.ts:34
TypeDoc entry point. Declares the cssdoc* options and, after rendering, emits the CSS reference and merges its sidebar.
Parameters
app
Application
The TypeDoc application.
Returns
void