HED JavaScript Library
    Preparing search index...

    Function parseStandaloneString

    • Parse a HED string in a standalone context.

      Parameters

      • hedString: string | ParsedHedString

        A (possibly already parsed) HED string.

      • hedSchemas: Schemas

        The collection of HED schemas.

      • defManager: DefinitionManager = null

        The definition manager to use for parsing definitions.

      Returns any[]

      • [ParsedHedString, Issue[], Issue[]] representing the parsed HED string and any issues found.