HED JavaScript Library
    Preparing search index...

    Class SchemaEntry

    SchemaEntry class

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _name: string

    The name of this schema entry.

    Accessors

    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.

    • Whether this schema entry has this attribute (by name).

      This method is a stub to be overridden in SchemaEntryWithAttributes.

      Parameters

      • attributeName: string

        The attribute to check for.

      Returns boolean

      Whether this schema entry has this attribute.