Options
Menu

Class WebBrowserConfig

Hierarchy

Index

Constructor methods

constructor

Properties

_bookStructure

_bookStructure: BookStructure

_builders

_builders: IBuilder[]

_listener

_listener: IConfigListener

options

options: IOptions

original

original: IConfigRaw

Get accessors

analyzer

book

builders

exists

  • exists(): (path: string) => Promise<{ path: string; result: boolean; }>

listener

read

  • read(): (path: string) => Promise<string>

validators

write

  • write(): (path: string, data: string) => Promise<void>

Methods

_existsFileScheme

  • _existsFileScheme(path: string): Promise<{ path: string; result: boolean; }>

_existsHttpScheme

  • _existsHttpScheme(path: string): Promise<{ path: string; result: boolean; }>

private endWith

  • endWith(str: string, target: string): boolean

onCompileFailed

  • onCompileFailed(book?: Book)

onCompileSuccess

  • onCompileSuccess(book: Book)

onReports

resolvePath

  • resolvePath(path: string): string

private startWith

  • startWith(str: string, target: string): boolean

Generated using TypeDoc