HED JavaScript Library
    Preparing search index...

    Class default

    Superclass for property memoization until we can get away with private fields.

    Hierarchy (View Summary)

    Index
    • Protected

      Memoize a property.

      Type Parameters

      • T

      Parameters

      • propertyName: string

        The property name.

      • valueComputer: () => T

        A function to compute the property's value.

      Returns T

      The computed value.