HED JavaScript Library
    Preparing search index...

    Class Schemas

    The collection of active HED schemas.

    Index
    schemas: Map<string, Schema>

    The imported HED schemas.

    The empty string key ("") corresponds to the schema with no prefix, while other keys correspond to the respective prefixes.

    • Return the schema with the given prefix.

      Parameters

      • schemaName: string

        A prefix in the schema set.

      Returns Schema

      The schema object corresponding to that prefix.