HED JavaScript Library
    Preparing search index...
    Index

    Constructors

    • Constructor.

      Parameters

      • hedString: string

        The HED string to be split and parsed.

      • hedSchemas: Schemas

        The collection of HED schemas.

      Returns default

    Properties

    hedSchemas: Schemas

    The collection of HED schemas.

    hedString: string

    The HED string being split.

    issues: Issue[]

    Any issues found.

    Methods

    • Create parsed HED groups from parsed tags and group specifications.

      Parameters

      • tags: default[]

        The parsed HED tags.

      • groupSpecs: GroupSpec[]

        The group specifications.

      Returns default[]

      The parsed HED groups.

    • Create parsed HED tags and groups from specifications.

      Parameters

      • tagSpecs: TagSpec[]

        The tag specifications.

      • groupSpecs: GroupSpec

        The group specifications.

      Returns any[]

      • [ParsedHedSubstring[], Issue[]] representing the parsed HED tags and any issues found.
    • Split and parse a HED string into tags and groups.

      Returns any[]

      • [ParsedHedSubstring[], Issue[]] representing the parsed HED string data and any issues found.