HED JavaScript Library
    Preparing search index...

    A parsed HED string.

    Index

    Constructors

    Properties

    columnSplices: ParsedHedColumnSplice[]

    All the column splices in the string at all levels.

    definitions: default[]

    The top-level definition tag groups in the string.

    hedString: string

    The original HED string.

    normalized: string
    parseTree: ParsedHedSubstring[]

    The parsed substring data in unfiltered form.

    tagGroups: default[]

    The tag groups in the string (top-level).

    tags: default[]

    All the tags in the string at all levels

    topLevelGroupTags: default[][]

    The tags in the top-level tag groups in the string, split into arrays.

    topLevelTags: default[]

    All the top-level tags in the string.

    Methods

    • Nicely format this HED string. (Doesn't allow column splices).

      Parameters

      • long: boolean = true

        Whether the tags should be in long form.

      Returns string

      The formatted HED string.