Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPlugin

Interface of an `ordbokPlugin` export

Hierarchy

  • IPlugin

Index

Methods

Optional onAssembled

  • onAssembled(): void

Optional onAssembling

  • onAssembling(sourceFolder: string, targetFolder: string): void
  • Called before assembling.

    Parameters

    • sourceFolder: string
         Source folder
      
    • targetFolder: string
         Target folder
      

    Returns void

Optional onReadFile

  • onReadFile(sourceFile: string, markdown: Markdown): void

Optional onWriteFile

  • onWriteFile(targetFile: string, markdownPage: IMarkdownPage): void

Generated using TypeDoc