HED JavaScript Library
    Preparing search index...

    Class SchemaEntries

    SchemaEntries class

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    The schema's attributes.

    The schema's properties.

    The schema's tags.

    The schema's unit classes.

    The schema's unit modifiers.

    The schema's value classes.

    Methods

    • 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.