Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeneratableLazyLoading<G>

generatable for a lazy loadable

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • lazy loadable generatable constructor

    Parameters

    • generatable: G

      the generatable that represents the value to generate a lazy loadable in code from

    • Default value filename: string | undefined = undefined

      the optional name of the file that should be generated to load from

    Returns GeneratableLazyLoading

Properties

Private filename

filename: string | undefined

the optional name of the file that should be generated to load from

Protected generatable

generatable: G

the generatable that represents the value to generate a lazy loadable in code from

Methods

generate

  • generate(mainFileName?: string): Array<File>

generateResult

update

  • update(generatable: G): void
  • change the lazy loadable value

    Parameters

    • generatable: G

      the generatable that represents the new value

    Returns void

Generated using TypeDoc