HED JavaScript Library
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    columnSpliceMapping: Map<any, any>
    columnSpliceReferences: Set<string>
    definitions: DefinitionManager
    file: any

    The Object representing this file data. This is used to generate BidsHedIssue objects.

    hedCategoricalStrings: string[]
    hedData: Map<any, any>
    hedValueStrings: string[]
    jsonData: any

    This file's JSON data.

    name: string

    The name of this file.

    parsedHedData: Map<any, any>
    sidecarKeys: Map<any, any>

    Accessors

    • get hasHedData(): boolean

      Determine whether this file has any HED data.

      Returns boolean

    • get validatorClass(): Function

      The validator class used to validate this file.

      Returns Function

      The validator class used to validate this file.

    Methods

    • Parse this sidecar's HED strings within the sidecar structure.

      Note: This is called during the sidecar validation process.

      The parsed strings are placed into parsedHedData.

      Parameters

      • hedSchemas: Schemas

        The HED schema collection.

      • fullValidation: boolean = false

        True if full validation should be performed.

      Returns any[]

      [Issue[], Issue[]] Any errors and warnings found