Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MpOptions

Options recognized by Mooltipage See DefaultMpOptions for default values

Hierarchy

  • MpOptions

Implemented by

Index

Properties

Optional Readonly formatter

formatter: string

Optional name of the HTML formatter to use. Defaults to standard formatter in "pretty" mode. Recommended to switch to "minimized" mode for production builds.

Optional Readonly inPath

inPath: string

Optional path to look for input files. Defaults to current working directory.

Optional Readonly onPageCompiled

onPageCompiled: PageCompiledCallback

Optional callback for page compilation.

Optional Readonly outPath

outPath: string

Optional path to place output files. Defaults to current working directory.

Optional Readonly pipelineIO

pipelineIO: PipelineIO

Optional custom pipeline IO to use. The implementation MUST be configured to use the same values of inPath and outPath, if applicable.

Generated using TypeDoc