HED JavaScript Library
    Preparing search index...

    Class BidsSidecarKey

    Index

    Constructors

    Properties

    categoryMap: Map<string, string>

    The unparsed category mapping.

    hasDefinitions: boolean

    Indication of whether this key is for definitions.

    name: string

    The name of this key -- usually corresponds to a column name in a TSV file.

    parsedCategoryMap: Map<string, ParsedHedString>

    The parsed category mapping.

    parsedValueString: ParsedHedString

    The parsed value string.

    sidecar: BidsSidecar

    Weak reference to the sidecar.

    valueString: string

    The unparsed value string.

    Accessors

    Methods

    • Parse the HED data for this key.

      ###Note: This sets the parsedHedData as a side effect.

      Parameters

      • hedSchemas: Schemas

        The HED schema collection.

      • fullValidation: boolean = false

        True if full validation should be performed.

      Returns any[]

      • [Issue[], Issues[]] Errors and warnings that result from parsing.