BC-DCBOR TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Enumeration EdgeType

    Types of edges in the CBOR tree traversal.

    Index

    Enumeration Members

    None: "none"

    No specific edge type (root element)

    ArrayElement: "array_element"

    Element within an array

    MapKeyValue: "map_key_value"

    Key-value pair in a map (semantic unit)

    MapKey: "map_key"

    Key within a map

    MapValue: "map_value"

    Value within a map

    TaggedContent: "tagged_content"

    Content of a tagged value