@openscd/oscd-api
    Preparing search index...

    Type Alias SetAttributes

    Intent to set or remove (if null) attributes(-NS) on element

    type SetAttributes = {
        attributes?: AttributesV2;
        attributesNS?: AttributesNS;
        element: Element;
    }
    Index

    Properties

    attributes?: AttributesV2
    attributesNS?: AttributesNS
    element: Element