HED JavaScript Library
    Preparing search index...

    Class SchemasSpec

    A specification mapping schema prefixes to SchemaSpec objects.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    data: Map<string, SchemaSpec[]>

    The specification mapping data.

    Methods

    • Iterator over the specifications.

      Returns Generator<(string | SchemaSpec[])[], void, unknown>

      • [string, SchemaSpec[]]