types
Ce contenu n’est pas encore disponible dans votre langue.
Interfaces
'Read the “', Interfaces, '” section'MarkDocPluginOptions
'Read the “', MarkDocPluginOptions, '” section'Defined in: types.ts:8
Properties
'Read the “', Properties, '” section'argParse?
'Read the “', argParse?, '” section'optional argParse: any;
Defined in: types.ts:10
transformConfig?
'Read the “', transformConfig?, '” section'optional transformConfig: any;
Defined in: types.ts:11
optional type: | MarkDocRenderer | "html" | "react-static";
Defined in: types.ts:9
MarkDocRenderer
'Read the “', MarkDocRenderer, '” section'Defined in: types.ts:3
Properties
'Read the “', Properties, '” section'name: string;
Defined in: types.ts:4
render: (content: RenderableTreeNode) => Promise<string>;
Defined in: types.ts:5
Parameters
'Read the “', Parameters, '” section'RenderableTreeNode
Promise
<string
>