Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HybridGenerator<T>

base interface for a hybrid generator (it extends all the functions of a generator but also emits the computed result)

Type parameters

  • T

Hierarchy

Implemented by

Index

Properties

Methods

Properties

result

result: Observable<GeneratedResult>

an observable that emits the result as soon as it changes

value

value: Observable<T>

the observable that emits the computed result

Methods

observeFiles

  • observeFiles(mainFileName?: undefined | string): Observable<Array<File>>
  • creates an observable that emits the resulting files

    Parameters

    • Optional mainFileName: undefined | string

      an optional name for the entry file

    Returns Observable<Array<File>>

Generated using TypeDoc