HED JavaScript Library
    Preparing search index...

    The collection of active HED schemas.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    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.

    Accessors

    Methods

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