HED JavaScript Library
    Preparing search index...

    Validator for HED data in BIDS TSV files.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    errors: BidsHedIssue[]

    The issues found during validation.

    hedSchemas: Schemas

    The HED schema collection being validated against.

    reserved: ReservedChecker

    The singleton instance of the checker for reserved requirements.

    tsvFile: BidsTsvFile

    The BIDS TSV file being validated.

    warnings: BidsHedIssue[]

    The warnings found during validation.

    Methods

    • Validate the HED data in a combined event TSV file/sidecar BIDS data collection.

      Parameters

      • elements: any

      Returns void