Options
All
  • Public
  • Public/Protected
  • All
Menu

Mooltipage JS API entry point.

Hierarchy

  • Mooltipage

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly options

options: MpOptions

Configuration objects for this Mooltipage instance

Readonly pipeline

pipeline: Pipeline

Pipeline instance that will be used for the lifetime of this instance

Methods

processPage

  • processPage(pagePath: string): Promise<void>
  • Compiles a single page.

    Parameters

    • pagePath: string

      Path to page to compile

    Returns Promise<void>

processPages

  • processPages(pagePaths: Iterable<string>): Promise<void>
  • Compiles a list of pages.

    Parameters

    • pagePaths: Iterable<string>

      List paths to pages to compile

    Returns Promise<void>

Generated using TypeDoc