HED JavaScript Library
    Preparing search index...

    A parsed HED tag group.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _normalized: string
    allTags: default[]

    All the parsed HED tags in this string.

    defCount: number

    The total number of top-level Def tags and top-level Def-expand groups.

    defExpandChildren: default[]

    The top-level child subgroups containing Def-expand tags.

    defExpandTags: default[]

    The top-level Def-expand tags

    definitionTags: default[]
    defTags: default[]

    The top-level Def tags

    isDefinitionGroup: boolean

    True if this group has a Definition tag at the top level.

    originalBounds: int[]

    The bounds of the HED tag in the original HED string.

    originalTag: string

    The original pre-parsed version of the HED tag.

    requiresDefTag: default[]

    The unique top-level tag requiring a Def or Def-expand group, if any.

    reservedTags: Map<string, default[]>

    Reserved HED group tags. This only covers top group tags in the group.

    The parsed HED tags, groups, or splices in the HED tag group at the top level.

    topGroups: default[]

    The top-level parsed HED groups in this string.

    topSplices: ParsedHedColumnSplice[]

    The top-level column splices in this string

    topTags: default[]

    The top-level parsed HED tags in this string.

    Accessors

    • get normalized(): string

      Return a normalized string representation

      Returns string

      The normalized string representation of this group.

    Methods

    • Iterator over the parsed HED column splices in this HED tag group.

      Returns any

      This tag group's HED column splices.

    • Iterator over the ParsedHedGroup objects in this HED tag group.

      Parameters

      • tagName: string = null

        The name of the tag whose groups are to be iterated over or null if all tags.

      Returns any

      This object and the ParsedHedGroup objects belonging to this tag group.

    • Iterator over the parsed HED tags in this HED tag group.

      Returns any

      This tag group's HED tags.

    • Iterator over the top-level parsed HED groups in this HED tag group.

      Returns Generator<default, void, unknown>

      This tag group's top-level HED groups.