CycloneDX JavaScript Library - Web - v9.4.0
    Preparing search index...

    Element node.

    interface Element {
        attributes?: ElementAttributes;
        children?: ElementChildren;
        name: string;
        namespace?: string | URL;
        type: "element";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: ElementAttributes
    children?: ElementChildren
    name: string
    namespace?: string | URL
    type: "element"