Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeneratableShare<G>

generatable for a share

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • share generatable constructor

    Parameters

    • generatable: G

      the generatable that represents the value to generata a constant value in code from

    Returns GeneratableShare

Properties

Protected generatable

generatable: G

the generatable that represents the value to generata a constant value in code from

Methods

generate

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

generateResult

update

  • update(generatable: G): void
  • change the shared value

    Parameters

    • generatable: G

      the new generatable that represents the value that should be shared

    Returns void

Generated using TypeDoc